-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 947 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": "snappAPI-v2",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "node ./node_modules/mocha/bin/mocha tests/** --reporter spec"
},
"dependencies": {
"bcrypt": "^5.1.1",
"chai": "^4.3.7",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"express": ">=4.19.2",
"http-errors": "~1.6.3",
"jsonwebtoken": "^9.0.2",
"jstat": "^1.9.6",
"ml-regression-multivariate-linear": "^2.0.4",
"mocha": "^10.2.0",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"node-fetch": "^2.6.12",
"nodejs-polars": "^0.8.2",
"nodemailer": "^6.9.8",
"nodemon": "^3.1.4",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pug": ">=3.0.1",
"sqlite3": "^5.1.6",
"util": "^0.12.5",
"uuid": "^9.0.1"
},
"devDependencies": {
"chai-almost": "^1.0.1"
}
}