-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 979 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
33
{
"name": "serverless-order-system",
"version": "0.0.1",
"description": "Serverless order system by websocket",
"main": "index.js",
"scripts": {
"bootstrap": "node ./scripts/bootstrap.js",
"dev": "cd website && npm run dev",
"deploy": "sls deploy",
"remove": "sls remove",
"deploy:vpc": "sls deploy --target=./vpc",
"deploy:db": "sls deploy --target=./postgresql",
"deploy:ws": "sls deploy --target=./websocket",
"deploy:server": "sls deploy --target=./server",
"deploy:website": "sls deploy --target=./website"
},
"keywords": [
"order-system",
"order-system",
"websocket",
"serverless"
],
"author": "yugasun",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yugasun/serverless-order-system.git"
},
"bugs": {
"url": "https://github.com/yugasun/serverless-order-system/issues"
},
"homepage": "https://github.com/yugasun/serverless-order-system#readme"
}