-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.48 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
53
54
55
56
57
58
{
"name": "sudsjs",
"version": "4.0.3",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@google-cloud/firestore": "^6.3.0",
"body-parser": "^1.20.0",
"cassandra-driver": "^4.6.4",
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"csurf": "^1.11.0",
"date-format": "^4.0.14",
"debug": "~2.6.9",
"deep-copy": "^1.4.2",
"dotenv": "^10.0.0",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-busboy": "^8.0.2",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"firebase-admin": "^11.0.1",
"fs": "0.0.1-security",
"hjs": "~0.0.6",
"http-errors": "~1.6.3",
"json-schema-deref": "^0.5.0",
"json-schema-deref-sync": "^0.14.0",
"json-schema-library": "^7.4.7",
"knex": "^2.4.2",
"knex-utils": "^5.5.1",
"mongodb": "^4.9.1",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"nano": "^10.0.0",
"node-couchdb": "^2.0.0",
"nodemailer": "^6.7.8",
"pg": "^8.8.0",
"sanitize-html": "^2.7.1",
"serve-favicon": "^2.5.0",
"source-map-support": "^0.5.21",
"sqlite3": "^5.0.11",
"syncwritestream": "^1.0.1",
"tiny-csrf": "^1.1.3",
"track-n-trace": "^1.2.12"
},
"main": "./bin/www",
"author": "",
"license": "ISC",
"description": "TypeScript version",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"typescript": "^5.1.3"
}
}