-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 865 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
{
"name": "kube-cleaner",
"version": "1.2.3",
"main": "index.js",
"bin": "bin/kube-cleaner.js",
"repository": "https://github.com/dictvm/kube-cleaner.git",
"author": "Daniel Heitmann <dictvm@dictvm.org>",
"license": "MIT",
"scripts": {
"start": "./bin/kube-cleaner.js",
"prepublishOnly": "tsc --build",
"dev": "tsc --build --watch"
},
"files": [
"dist/",
"bin/"
],
"dependencies": {
"ink": "^2.5.0",
"ink-select-input": "^3.1.0",
"ink-text-input": "^3.0.0",
"js-yaml": "^3.13.0",
"react": "^16.11.0"
},
"devDependencies": {
"@types/jest": "^24.0.23",
"@types/js-yaml": "^3.12.0",
"@types/node": "^12.12.7",
"@types/react": "^16.9.11",
"ink-testing-library": "^1.0.1",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"ts-jest": "^24.1.0",
"typescript": "^3.7.2"
}
}