forked from FAC-Sixteen/LSx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 917 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": "lsx",
"version": "1.0.0",
"description": "The LSx Action Planner ===",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"nodemon": "nodemon src/index.js",
"heroku-postbuild": "cd client && npm i && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FAC-Sixteen/LSx.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FAC-Sixteen/LSx/issues"
},
"homepage": "https://github.com/FAC-Sixteen/LSx#readme",
"dependencies": {
"airtable": "^0.6.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"env2": "^2.2.2",
"escape-html": "^1.0.3",
"express": "^4.17.1",
"express-validator": "^5.3.1",
"helmet": "^3.18.0",
"nodemailer": "^6.2.1"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}