-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 804 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 804 Bytes
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
{
"name": "easytofind-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"import-csv": "node scripts/importCsvData.js",
"test-api": "node 6scripts/testApi.js",
"test-db": "node scripts/testDatabase.js"
},
"dependencies": {
"axios": "^1.10.0",
"bcrypt": "^6.0.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"dayjs": "^1.11.13",
"debug": "~2.6.9",
"dotenv": "^16.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^9.0.2",
"morgan": "~1.9.1",
"node-cron": "^4.2.1",
"pg": "^8.16.3",
"sequelize": "^6.37.7"
},
"main": "app.js",
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"nodemon": "^3.1.10"
}
}