-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 749 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 749 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": "export-appsync",
"version": "0.0.7",
"description": "Export AWS Appsync resolvers to vtl files",
"main": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Aravind VS",
"email": "mail@aravindvs.com",
"url": "http://aravindvs.com"
},
"bugs": {
"url": "https://github.com/vsaravind007/export-appsync/issues"
},
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"aws-sdk": "^2.398.0",
"commander": "^2.19.0"
},
"bin": {
"export-appsync": "./cli.js"
},
"homepage": "https://github.com/vsaravind007/export-appsync",
"repository": {
"type": "git",
"url": "git://github.com/vsaravind007/export-appsync.git"
}
}