forked from razee-io/ClusterSubscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "ClusterSubscription",
"version": "0.1.2",
"description": "Subscribe to razee controlled resources",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"lint": "npx npm-run-all eslint dockerlint jsonlint markdownlint",
"eslint": "npx eslint src/index.js",
"dockerlint": "npx dockerlint Dockerfile",
"jsonlint": "npx jsonlint --quiet build/viewTemplate.json",
"markdownlint": "npx markdownlint README.md docs/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/razee-io/ClusterSubscription.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/razee-io/ClusterSubscription/issues"
},
"homepage": "https://github.com/razee-io/ClusterSubscription#readme",
"dependencies": {
"@razee/kubernetes-util": "0.1.0",
"bunyan": "^1.8.12",
"dockerlint": "^0.3.9",
"eslint": "^7.1.0",
"jsonlint": "^1.6.3",
"markdownlint-cli": "^0.23.1",
"mustache": "^4.0.1",
"socket.io-client": "^2.3.0"
}
}