-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
32 lines (32 loc) · 956 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
{
"name": "api-bitwages",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/xvfb-maybe ./node_modules/.bin/micro",
"manual-deploy": "./node_modules/.bin/now rm api-bitwages -s -y || true && ./node_modules/.bin/now --public && ./node_modules/.bin/now alias",
"automatic-deploy": "./node_modules/.bin/now rm api-bitwages -s -y -t ${zeitToken} || true && ./node_modules/.bin/now --public -t ${zeitToken} && ./node_modules/.bin/now alias -t ${zeitToken}"
},
"author": "",
"license": "ISC",
"dependencies": {
"dynamoose": "^0.8.6",
"lodash.get": "^4.4.2",
"micro": "^9.0.0",
"nightmare": "^2.10.0",
"request": "^2.81.0",
"request-promise-cache": "^1.0.6",
"xvfb-maybe": "^0.2.1"
},
"now": {
"alias": "api-bitwages",
"type": "docker",
"env": {
"dynamoURL": "@dynamourl"
}
},
"devDependencies": {
"now": "^8.3.4"
}
}