forked from bomoko/lagoon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 972 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
{
"name": "kubernetesbuilddeploy",
"version": "0.9.0",
"description": "Git Push 2 Ansible Deployment",
"main": "dist/index.js",
"scripts": {
"build": "tsc --build",
"start": "node dist/index",
"dev": "mkdir -p ../../node-packages/commons/dist && NODE_ENV=development nodemon"
},
"nodemonConfig": {
"ignore": ["../../node-packages/commons/dist/"],
"watch": ["src", "../../node-packages/"],
"ext": "js,ts,json",
"exec": "yarn build --incremental && yarn start --inspect=0.0.0.0:9229"
},
"author": "amazee.io <[email protected]> (http://www.amazee.io)",
"contributors": [
"Michael Schmid <[email protected]> (https://amazee.io)"
],
"license": "MIT",
"dependencies": {
"@lagoon/commons": "4.0.0",
"es7-sleep": "^1.0.0",
"kubernetes-client": "^3.15.0",
"moment": "^2.24.0",
"ramda": "^0.25.0",
"sha1": "1.1.1"
},
"devDependencies": {
"nodemon": "^1.12.1",
"typescript": "^3.9.3"
}
}