-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 947 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
{
"name": "ngrok-controller",
"version": "0.0.2",
"description": "ngrok-controller for kubernetes",
"author": {
"name": "vasu1124",
"email": "[email protected]"
},
"private": true,
"main": "src/main.js",
"scripts": {
"clean": "rm -Rf node_modules/ dist/",
"build": "tsc",
"watch": "tsc --watch",
"start": "ts-node-dev ./src/main.ts --log info",
"dev:start": "ts-node-dev --files --inspect --respawn -- ./src/main.ts --log debug"
},
"dependencies": {
"@dot-i/k8s-operator": "^1.3.4",
"@kubernetes/client-node": "^0.17.1",
"async-mutex": "^0.4.0",
"commander": "^9.4.0",
"log4js": "^6.6.1",
"ngrok": "^4.3.3",
"openid-client": "^5.1.10",
"set-interval-async": "^3.0.2",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/vasu1124/ngrok-controller.git"
}
}