-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 809 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 809 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
26
27
28
29
30
31
{
"name": "nocms",
"version": "1.2.0",
"description": "",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"build-updated": "lerna run build --since --parallel",
"build-watch": "lerna run build-watch --parallel",
"build": "lerna run build --parallel",
"clean": "lerna clean",
"prepublishOnly": "npm run build && npm run test",
"publish": "lerna publish",
"test-updated": "lerna run test --since --parallel",
"test": "lerna run test --parallel",
"updated": "lerna updated",
"postpublish": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/debitoor/nocms.git"
},
"author": "Debitoor",
"license": "MIT",
"bugs": {
"url": "https://github.com/debitoor/nocms/issues"
},
"devDependencies": {
"lerna": "3.16.5"
}
}