-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.11 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
44
{
"name": "ta-na-mesa",
"version": "0.0.2",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"server": "nodemon server.js",
"test": "npm test",
"client": "npm start --prefix client",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"engines": {
"node": "10.15.1",
"npm": "6.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/analytics-ufcg/ta-na-mesa.git"
},
"keywords": [
"merenda"
],
"author": "Transparência Brasil e UFCG",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/analytics-ufcg/ta-na-mesa/issues"
},
"homepage": "https://github.com/analytics-ufcg/ta-na-mesa#readme",
"dependencies": {
"@ng-bootstrap/ng-bootstrap": "^6.0.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.16.3",
"express-validator": "^6.4.0",
"force-ssl-heroku": "^1.0.2",
"pg": "^7.17.1",
"sequelize": "^4.44.3"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}