-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.13 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": "dashactyl",
"version": "2.0.0",
"main": "index.js",
"repository": "https://github.com/Votion-Development/Dashactyl.git",
"author": "Jamie_ <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"bcrypt": "^5.0.1",
"chalk": "4.1.2",
"connect-mongodb-session": "^2.2.0",
"cors": "^2.8.5",
"dashactyl": "file:",
"express": "^4.18.1",
"express-session": "^1.17.3",
"express-ws": "^5.0.2",
"fs": "^0.0.1-security",
"generate-api-key": "^1.0.1",
"mongodb": "^4.6.0",
"node-fetch": "2",
"node-os-utils": "^1.3.7",
"nodemailer": "^6.9.7",
"os-utils": "^0.0.14",
"path": "^0.12.7",
"uuid": "^8.3.2",
"yaml": "^2.1.0"
},
"scripts": {
"start": "node index.js",
"build-frontend": "cd frontend && npm i && npm run build",
"update": "git pull && rm -r -f yarn.lock && npm i && npm run build-frontend && cd ../ && echo 'Updated completed! You can now run `npm start` to start Dashactyl.'",
"lint": "prettier --check .",
"lint:fix": "prettier --write ."
},
"devDependencies": {
"prettier": "^2.7.0"
}
}