-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 969 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
31
32
{
"name": "sdr-tools",
"version": "1.0.0",
"description": "Tools for Developers and Designers by SDR",
"scripts": {
"new": "node new-tool.js",
"clean": "node mmpilot-wrapper.js clean",
"build": "node mmpilot-wrapper.js build",
"serve": "node mmpilot-wrapper.js serve",
"dev-build": "node mmpilot-wrapper.js build -d",
"dev-watch": "node mmpilot-wrapper.js watch -d",
"dev": "npm-run-all clean dev-build --parallel dev-watch serve",
"deploy": "npm run clean && npm run build && node mmpilot-wrapper.js deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/super-dev/sdr-tools.git"
},
"author": "Kanishk Kunal",
"bugs": {
"url": "https://github.com/super-dev/sdr-tools/issues"
},
"homepage": "https://tools.superdevresources.com/",
"devDependencies": {
"mmpilot": "^0.6.3",
"npm-run-all": "^3.1.2",
"shelljs": "^0.7.5"
},
"dependencies": {
"mmcss": "^0.3.3"
}
}