-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 964 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
34
35
36
37
38
39
40
41
42
{
"name": "@0x4447/grapes",
"version": "2.0.2",
"description": "🍇 This is a small framework to make it easier to work with AWS CloudFormation files.",
"homepage": "https://0x4447.com/toolbox",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm pack && npm install -g 0x4447-grapes-* && rm 0x4447-grapes-*",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/0x4447/0x4447-cli-node-grapes"
},
"bin": {
"grapes": "./index.js"
},
"author": {
"name": "0x4447",
"email": "[email protected]",
"url": "https://0x4447.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/0x4447/0x4447-cli-node-grapes/issues"
},
"keywords": [
"0x4447",
"cli",
"CloudFormation",
"framework",
"aws"
],
"dependencies": {
"commander": "^2.17.1",
"mocha": "^10.2.0",
"recursive-readdir": "^2.2.2"
}
}