-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 915 Bytes
/
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
{
"name": "usps",
"version": "1.0.0",
"main": "dist/app.js",
"scripts": {
"prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
"build": "tsc",
"prestart": "npm run build",
"start": "node .",
"dev": "nodemon -e js,html,nj --watch app --ignore app/static/css --ignore app/static/js ./dev.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/connect-mongo": "^3.1.3",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.12",
"@types/express-session": "^1.17.3",
"@types/mongoose": "^5.11.97",
"@types/request-ip": "^0.0.36",
"@types/stripe": "^8.0.417",
"connect-mongo": "^4.4.1",
"discord.js": "^12.5.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"got": "^11.8.2",
"request-ip": "^2.1.3",
"slimbot": "^5.1.0",
"socket.io": "^4.1.2"
},
"devDependencies": {
"@types/ws": "^7.4.4"
}
}