-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 830 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 830 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
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"serverless-deployment-bucket": "^1.1.0",
"serverless-plugin-additional-stacks": "^1.2.0"
},
"devDependencies": {
"serverless-appsync-offline": "^1.3.3",
"serverless-appsync-plugin": "^1.1.2",
"serverless-domain-manager": "^3.3.1",
"serverless-dynamodb-local": "^0.2.38",
"serverless-offline": "^5.12.0",
"serverless-prune-plugin": "^1.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/ncent/arber/api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/ncent/arber/api/issues"
},
"homepage": "https://gitlab.com/ncent/arber/api#readme"
}