-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 872 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
{
"name": "hookah-nation-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "npm run knex-prod migrate:latest",
"knex-dev": "NODE_ENV=development ./node_modules/.bin/knex --knexfile ./knex/knexfile.js",
"knex-prod": "NODE_ENV=production ./node_modules/.bin/knex --knexfile ./knex/knexfile.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexyiangou/hookah-nation-backend.git"
},
"author": "Alexandros Yiangou",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexyiangou/hookah-nation-backend/issues"
},
"homepage": "https://github.com/alexyiangou/hookah-nation-backend#readme",
"dependencies": {
"express": "^4.17.1",
"knex": "^0.20.8",
"lodash": "^4.17.15",
"morgan": "^1.9.1",
"pg": "^7.17.1"
}
}