-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
47
48
49
50
51
{
"name": "ivoryshield",
"version": "0.11.0",
"description": "Protect your cloud and automate it",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"pretest": "npm run build",
"test": "echo \"Error: no test specified\"",
"format": "node ./scripts/format.js",
"precommit": "npm run format && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loopingz/ivoryshield.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/loopingz/ivoryshield/issues"
},
"bin": {
"ivoryshield": "./lib/console/shell.js"
},
"files": [
"lib",
"webda.module.json",
"webda.shell.json",
"logo.json"
],
"homepage": "https://github.com/loopingz/ivoryshield#readme",
"dependencies": {
"elasticsearch": "^15.0.0",
"glob": "^7.1.2",
"jsonpath": "^1.0.0",
"open": ">=6.0.0",
"webda": "^0.11.4",
"webda-shell": "^0.11.2",
"webda-aws": "^0.11.0",
"webda-elasticsearch": "^1.0.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"@types/node": "^10.0.8",
"js-beautify": "^1.7.5",
"source-map-support": "^0.5.4",
"ts-node": "^5.0.1",
"typescript": "^3.5.0"
}
}