-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
30 lines (30 loc) · 860 Bytes
/
package.json
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
26
27
28
29
30
{
"name": "11ty-sanity-experiment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "lerna run build --parallel",
"dev": "lerna run dev --parallel",
"format": "lerna run format",
"sanity-init": "(cd studio && npm run init)",
"build-studio": "(cd studio && npm run build)",
"build-web": "(cd web && npm run build)",
"postinstall": "lerna bootstrap",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kmelve/11ty-sanity-experiment.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kmelve/11ty-sanity-experiment/issues"
},
"homepage": "https://github.com/kmelve/11ty-sanity-experiment#readme",
"devDependencies": {
"lerna": "^3.13.4"
}
}