-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.07 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
45
46
47
48
{
"name": "api-commu",
"version": "1.0.0",
"description": "api for public context",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.heroku.com/api-commu.git"
},
"keywords": [
"nodejs",
"git",
"expressjs",
"community",
"rest",
"graphql"
],
"author": "boyk/clenondavis <clenondavis@outlook.com>",
"license": "ISC",
"engines": {
"node": "v11.11.0",
"npm": "6.7.0"
},
"dependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/register": "^7.8.6",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"nodemon": "^2.0.2",
"path": "^0.12.7",
"pg": "^7.18.2",
"pg-hstore": "^2.3.3",
"sequelize": "^5.21.5",
"superagent": "^5.2.2"
},
"devDependencies": {
"sequelize-cli": "^5.5.1"
}
}