forked from PlaceNL2022/Commando
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 756 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 756 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
{
"name": "commander",
"version": "2.0.0",
"description": "Commander (Server) of PlaceTUD ",
"main": "index.js",
"scripts": {
"start": "npm run start:dev",
"start:dev": "cross-env NODE_ENV=development PASSWORD=test node ./index.js",
"start:prod": "cross-env NODE_ENV=production node ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlaceTUD/Commander.git"
},
"author": "NoahvdAa",
"license": "MIT",
"bugs": {
"url": "https://github.com/PlaceTUD/Commander/issues"
},
"homepage": "https://github.com/PlaceTUD/Commander#readme",
"dependencies": {
"cross-env": "^7.0.3",
"express.js": "^1.0.0",
"get-pixels": "^3.3.3",
"multer": "^1.4.4",
"ws": "^8.5.0"
}
}