-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 953 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 953 Bytes
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
{
"name": "openauction-api",
"version": "0.1.0",
"description": "open-auction graphql server",
"main": "index.js",
"repository": "git@github.com:OpenAuction/openauction-api.git",
"author": "friss213@gmail.com",
"license": "MIT",
"engines": {
"node": "^12.12.0",
"npm": "^6.0.0"
},
"scripts": {
"start": "node ./bin/prod.js",
"dev": "NODE_ENV=development node ./bin/www"
},
"dependencies": {
"apollo-server-express": "2.9.7",
"aws-sdk": "2.556.0",
"connect-pg-simple": "6.0.1",
"cookie-parser": "1.4.4",
"express": "4.17.1",
"express-session": "1.17.0",
"file-stream-rotator": "0.5.5",
"graphql": "14.5.8",
"helmet": "3.21.2",
"memcached": "2.2.2",
"morgan": "1.9.1",
"pg": "7.12.1",
"pm2": "4.1.2",
"pug": "2.0.4",
"serve-favicon": "2.5.0",
"server-timing": "2.1.1"
},
"devDependencies": {
"dotenv": "^8.2.0",
"prettier": "1.18.2"
}
}