forked from link2aws/link2aws.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 821 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
{
"name": "link2aws",
"version": "1.0.3",
"description": "Convert ARN (Amazon Resource Name) to AWS Console link",
"main": "main.js",
"directories": {
"test": "test"
},
"dependencies": {
},
"devDependencies": {
"mocha": "^8.0.1",
"decache": "^4.6.0",
"glob": "^7.1.6",
"istanbul": "^0.4.5",
"nyc": "^15.1.0",
"remap-istanbul": "^0.13.0",
"unit.js": "^2.1.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/link2aws/link2aws.git"
},
"author": "Felix Kaiser",
"license": "ISC",
"bugs": {
"url": "https://github.com/link2aws/link2aws/issues"
},
"homepage": "https://github.com/link2aws/link2aws#readme",
"files": [
"link2aws.js"
],
"bin": {
"link2aws": "./link2aws.js"
}
}