-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 1.12 KB
/
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
33
34
35
36
37
38
39
{
"name": "cables_dev",
"version": "1.0.0",
"description": "cables development environment",
"main": "index.js",
"type": "module",
"scripts": {
"start": "cross-env node start.js",
"watch:standalone": "cross-env node start.js standalone",
"test": "echo \"Error: no test specified\" && exit 1",
"pm2": "pm2 start pm2_ecosystem.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cables-gl/cables_dev.git"
},
"engines": {
"node": "20.13.1"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cables-gl/cables_docs/issues"
},
"homepage": "https://github.com/cables-gl/cables_dev#readme",
"devDependencies": {
"concurrently": "8.2.2",
"cross-env": "5.2.0",
"eslint": "8.40.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.27.5",
"npm": "10.5.2",
"pm2": "5.4.1",
"prettier": "3.2.5",
"prettier-eslint": "16.3.0",
"tree-kill": "1.2.2",
"uglify-js": "3.18.0"
}
}