-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 735 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 735 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
29
30
{
"name": "dcbotting",
"version": "1.0.0",
"description": "Platform that provides an easier way to create and run discord bots",
"main": "electron.js",
"scripts": {
"test": "npx cypress run",
"cypress:open": "npx cypress open",
"start": "electron ."
},
"author": "Toni Isotalo",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"dotenv": "^16.0.3",
"express": "^4.17.1",
"express-fileupload": "^1.4.0",
"handlebars": "^4.7.6",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"request": "^2.88.2"
},
"devDependencies": {
"cypress": "^12.2.0",
"electron": "^19.0.8"
}
}