-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 817 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
25
{
"name": "cms-custom-objects-example",
"version": "0.0.1",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/HubSpot/cms-custom-objects-example.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/HubSpot/cms-custom-objects-example/issues"
},
"homepage": "https://github.com/HubSpot/cms-custom-objects-example#readme",
"scripts": {
"setup": "hs custom-object schema create ./resources/property-listing-schema.json && npm run createData",
"createData": "hs custom-object create propertylisting ./resources/property-listings.json",
"upload": "hs upload hub-homes hub-homes",
"develop": "hs watch hub-homes hub-homes"
},
"devDependencies": {
"@hubspot/cms-cli": "^2.1.0"
}
}