-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.23 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "rollBE",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:dev": "nodemon index.js",
"test": "cross-env DB_ENV=testing jest --watch",
"create:views": "node models/views/"
},
"repository": {
"type": "git",
"url": "https://github.com/ajb85/Roll-BE"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ajb85/Roll-BE"
},
"homepage": "https://github.com/ajb85/Roll-BE#readme",
"dependencies": {
"@discordjs/rest": "0.1.0-canary.0",
"app-module-path": "^2.2.0",
"axios": "^0.23.0",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"discord-api-types": "^0.24.0",
"discord.js": "^13.2.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-async-error": "^0.0.2",
"express-async-errors": "^3.1.1",
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.20",
"knex-cleaner": "^1.3.1",
"pg": "^8.7.1",
"pg-connection-string": "^2.5.0",
"require-dir": "^1.2.0",
"simple-oauth2": "^4.2.0",
"socket.io": "^4.1.3"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.12"
},
"engines": {
"node": "16.x"
}
}