-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 966 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
{
"name": "techtalk-6th-hands-on-lab",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node tools/local-server.js",
"logs": "$(npm bin)/sls logs -f collect --startTime 10m --stage prod",
"server_info": "$(npm bin)/sls info -r ap-northeast-2 -s prod -v",
"deploy": "serverless deploy",
"deploy:prod": "npm run deploy -- -s prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balmbees/techtalk-6th-hands-on-lab.git"
},
"author": "MooYeol Prescott Lee <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/balmbees/techtalk-6th-hands-on-lab/issues"
},
"homepage": "https://github.com/balmbees/techtalk-6th-hands-on-lab#readme",
"devDependencies": {
"debug": "^3.1.0",
"get-port": "^4.0.0",
"micro": "^9.3.3",
"opn": "^5.3.0",
"serverless": "^1.30.1"
}
}