-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 1010 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 1010 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "ph-address-picker",
"private": true,
"version": "0.1.0",
"description": "Philippine cascading address picker (region/province/city/ZIP) for React, built on the @ph-dev-utils data packages.",
"workspaces": [
"packages/address-core",
"packages/address-react",
"packages/address-element",
"packages/address-data",
"examples/playground"
],
"scripts": {
"build:data": "node scripts/build-data.mjs",
"build:barangays": "node scripts/build-barangay-chunks.mjs",
"build": "npm run build --workspace=@ph-dev-utils/address-core && npm run build --workspace=@ph-dev-utils/address-react && npm run build --workspace=@ph-dev-utils/address-element",
"test": "npm run test --workspace=@ph-dev-utils/address-core && npm run test --workspace=@ph-dev-utils/address-react && npm run test --workspace=@ph-dev-utils/address-element"
},
"devDependencies": {
"@ph-dev-utils/postal": "^0.2.0",
"@ph-dev-utils/psgc-barangays": "^0.1.0"
},
"license": "MIT"
}