-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 857 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
{
"name": "pfintracker-backend",
"version": "1.0.0",
"description": "",
"main": ".eslintrc.js",
"scripts": {
"test": "mocha",
"start": "node index.mjs",
"watch": "nodemon index.mjs"
},
"keywords": [],
"author": "Jerome Chua",
"license": "ISC",
"bugs": {
"url": "https://github.com/rocketacademy/base-mvc-swe1/issues"
},
"devDependencies": {
"eslint": "^7.15.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"nodemon": "^2.0.7",
"sequelize-cli": "^6.2.0"
},
"dependencies": {
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"csv-parse": "^4.16.0",
"express": "^4.17.1",
"fs": "0.0.1-security",
"jssha": "^3.2.0",
"method-override": "^3.0.0",
"mocha": "^9.0.0",
"pg": "^8.6.0",
"sequelize": "^6.6.2",
"url": "^0.11.0"
}
}