-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "fire-call-web",
"version": "1.0.0",
"description": "Data analysis tool for emergency first responder team and resource management based on call data.",
"main": "server.js",
"type": "module",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"body-parser": "^1.19.0",
"bulma": "^0.9.2",
"chalk": "^4.1.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mysql2": "^2.2.5",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.7",
"prismjs": "^1.23.0",
"recursive-readdir": "^2.2.2",
"sequelize": "^6.6.0",
"sequelize-cli": "^6.2.0"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
},
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JCCTVFire/fire-call-web.git"
},
"author": "Jonah Pool",
"license": "ISC",
"bugs": {
"url": "https://github.com/JCCTVFire/fire-call-web/issues"
},
"homepage": "https://github.com/JCCTVFire/fire-call-web#readme"
}