-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 987 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
{
"name": "redcrossaction-atlantic",
"version": "1.0.0",
"description": "",
"main": "dist/app.js",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express-session": "^1.17.1",
"helmet": "^4.1.1",
"md5": "^2.3.0",
"mysql": "^2.18.1",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.5",
"pug": "^3.0.0",
"selenium-webdriver": "^4.0.0-alpha.7"
},
"devDependencies": {
"express": "^4.17.1"
},
"scripts": {
"nodemon": "nodemon -e js --exec \"npm start\"",
"start": "node src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NTI-Gymnasieingenjor/RedCrossAction-Atlantic.git"
},
"author": "Atlantic TE4",
"license": "MIT",
"bugs": {
"url": "https://github.com/NTI-Gymnasieingenjor/RedCrossAction-Atlantic/issues"
},
"homepage": "https://github.com/NTI-Gymnasieingenjor/RedCrossAction-Atlantic#readme"
}