-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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
{
"name": "MetaWar",
"version": "0.0.1",
"description": "MetaWar",
"license": "MIT",
"target": "esnext",
"module": "commonjs",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"comment-json": "^4.2.3",
"connect-ensure-login": "^0.1.1",
"connect-sqlite3": "^0.9.13",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"json-parser": "^3.1.2",
"jsonwebtoken": "^8.5.1",
"node-static": "^0.7.10",
"node-turn": "^0.0.6",
"nodemon": "^2.0.22",
"openai": "^3.2.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-magic-link": "^2.1.0",
"request": "^2.88.2",
"socket.io": "^2.0.4",
"sqlite3": "^5.1.2"
},
"scripts": {
"start": "nodemon app.js",
"test": "cross-env TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\" }' mocha -r ts-node/register -r src/**/*.spec.ts"
}
}