-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
46 lines (46 loc) · 1 KB
/
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
43
44
45
46
{
"name": "iamfast",
"version": "0.2.2",
"description": "AWS IAM policy generation from code",
"main": "src/main.js",
"type": "module",
"scripts": {
"test": "mocha tests/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iann0036/iamfast.git"
},
"keywords": [
"aws",
"iam",
"ast"
],
"author": "Ian Mckay",
"license": "MIT",
"bugs": {
"url": "https://github.com/iann0036/iamfast/issues"
},
"homepage": "https://github.com/iann0036/iamfast#readme",
"dependencies": {
"antlr4": "^4.13.1",
"commander": "^7.0.0",
"yaml": "2.0.0-9"
},
"devDependencies": {
"@types/node": "^20.10.6",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chai": "^4.3.4",
"esbuild": "^0.14.23",
"esmify": "^2.1.1",
"mocha": "^9.1.3",
"yaml-cfn": "^0.3.1"
},
"bin": {
"iamfast": "src/main.js"
}
}