forked from kube-HPC/hkube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 931 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": "hkube",
"version": "2.4.27",
"description": "",
"main": "index.js",
"scripts": {
"lerna": "./node_modules/.bin/lerna",
"test": "lerna exec npm run test --concurrency 1",
"lint": "lerna exec npm run lint",
"version": "echo $npm_package_version",
"pre-commit": "./scripts/test_local.sh",
"build-branch": "./scripts/build-branch.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kube-HPC/hkube.git"
},
"husky": {
"hooks": {
"pre-commit": "npm run pre-commit"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kube-HPC/hkube/issues"
},
"homepage": "https://github.com/kube-HPC/hkube#readme",
"devDependencies": {
"husky": "^3.0.9",
"lerna": "^3.18.3"
},
"dependencies": {
"@octokit/rest": "^16.27.3",
"js-yaml": "^3.13.1",
"request-promise": "^4.2.4"
}
}