-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 928 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
35
36
37
38
39
{
"name": "merite-money",
"version": "1.0.0",
"description": "",
"author": "nima",
"license": "ISC",
"main": "Main.js",
"scripts": {
"test": "jest",
"preset": "@shelf/jest-mongodb",
"start": "node Main.js"
},
"dependencies": {
"@jest/globals": "^29.5.0",
"bcryptjs": "^2.4.3",
"co-views": "^2.1.0",
"config": "^3.3.9",
"cookie-parser": "^1.4.6",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.0",
"koa-html-render": "^1.0.3",
"koa-pug": "^5.1.0",
"koa-router": "^12.0.0",
"koa-views": "^8.0.0",
"mongodb": "^5.5.0",
"mongoose": "^7.1.1",
"mongoose-sequence": "^5.3.1",
"mongoose-unique-validator": "^4.0.0",
"nunjucks": "^3.2.4",
"paseto": "^3.1.4",
"swig": "^1.4.2",
"test": "^3.3.0",
"threads": "^1.7.0"
}
}