-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 824 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 824 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
{
"name": "supla-scripts",
"version": "4.5.9",
"description": "",
"license": "MIT",
"private": true,
"scripts": {
"build": "cd frontend && npm run -s build",
"dist": "npm install && npm run dist:backend && npm run dist:frontend",
"dist:frontend": "cd frontend && npm run dist",
"init": "php supla-scripts init",
"install": "node scripts/logo.js && npm run install:backend && npm run install:frontend",
"install:backend": "node scripts/version-dump.js",
"install:frontend": "cd frontend && npm install",
"lint": "npm run lint:frontend",
"lint:frontend": "cd frontend && npm run -s lint",
"watch": "cd frontend && npm run -s watch"
},
"devDependencies": {
"async": "2.4.1",
"chalk": "1.1.3",
"del": "3.0.0",
"fs-extra": "3.0.1",
"ora": "1.2.0"
}
}