forked from amazon-archives/aws-amplify-serverless-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1 KB
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
34
35
36
{
"name": "aws-amplify-serverless-plugin",
"version": "1.4.0",
"description": "A plugin for the Serverless Framework that outputs AWS Amplify artifacts based on the deployed resources.",
"keywords": [
"serverless",
"plugin",
"aws",
"cloudformation",
"amplify"
],
"main": "./index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/awslabs/aws-amplify-serverless-plugin.git"
},
"author": "Adrian Hall <adrianha@amazon.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/awslabs/aws-amplify-serverless-plugin/issues"
},
"homepage": "https://github.com/awslabs/aws-amplify-serverless-plugin#readme",
"scripts": {
"build": "echo 'No build is required right now'"
},
"dependencies": {
"amplify-graphql-docs-generator": "^0.1.29",
"aws-appsync-codegen": "^0.17.5",
"chalk": "^2.4.1",
"json-stable-stringify-pretty": "^1.2.0",
"serverless": "^1.32.0"
},
"peerDependencies": {
"serverless": "1.x"
}
}