-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 889 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": "powerbank-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"babel-node": "0.0.1-security",
"debug": "^4.3.2",
"enjoi": "^3.2.2",
"express": "^4.17.1",
"joi": "^13.7.0",
"moment": "^2.29.1",
"websocket": "^1.0.34",
"ws": "^7.5.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"rimraf": "^3.0.2"
},
"scripts": {
"start": "babel-node index",
"build": "rimraf dist/ && babel ./ --out-dir dist/ --ignore ./node_modules,./.babelrc,./package.json,./npm-debug.log --copy-files",
"test": "echo \"Error: no test specified\" && exit 1",
"testscript": "babel-node testscript"
},
"keywords": [],
"author": "",
"license": "ISC"
}