forked from AbstractPlay/api-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 799 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
{
"name": "api-aws",
"version": "0.1.0",
"description": "Abstract Play API serverless stack",
"main": "serverless.yml",
"dependencies": {
"serverless-pseudo-parameters": "^1.6.0"
},
"devDependencies": {
"serverless-aws-documentation": "^1.1.0",
"serverless-domain-manager": "^2.4.0",
"serverless-plugin-warmup": "^3.6.1-rc.1",
"serverless-reqvalidator-plugin": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbstractPlay/api-aws.git"
},
"author": "Aaron Dalton <aaron@daltons.ca>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AbstractPlay/api-aws/issues"
},
"homepage": "https://github.com/AbstractPlay/api-aws#readme"
}