-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "fp",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"body-parser": "^1.20.2",
"bson": "^5.5.0",
"cors": "^2.8.5",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"google-auth-library": "^9.0.0",
"ip": "^2.0.0",
"joi": "^17.10.2",
"jsonwebtoken": "^9.0.2",
"kareem": "^2.5.1",
"memory-pager": "^1.5.0",
"mongodb": "^5.8.1",
"mongodb-connection-string-url": "^2.6.0",
"mongoose": "^7.5.3",
"morgan": "^1.10.0",
"mpath": "^0.9.0",
"mquery": "^5.0.0",
"ms": "^2.1.3",
"nanoid": "^3.1.30",
"nodemon": "^3.0.1",
"path": "^0.12.7",
"punycode": "^2.3.0",
"sift": "^16.0.1",
"smart-buffer": "^4.2.0",
"socks": "^2.7.1",
"sparse-bitfield": "^3.0.3",
"tr46": "^3.0.0",
"webidl-conversions": "^7.0.0",
"whatwg-url": "^11.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}