UNPKG

1.37 kBJSONView Raw
1{
2 "name": "@kosko/cli",
3 "version": "0.8.2",
4 "description": "Write Kubernetes manifests in JavaScript.",
5 "homepage": "https://github.com/tommy351/kosko",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/tommy351/kosko.git"
9 },
10 "author": "Tommy Chen <tommy351@gmail.com>",
11 "license": "MIT",
12 "bin": {
13 "kosko": "bin/kosko.js"
14 },
15 "main": "dist",
16 "files": [
17 "/bin/",
18 "/dist/"
19 ],
20 "keywords": [
21 "kubernetes",
22 "kosko"
23 ],
24 "publishConfig": {
25 "access": "public"
26 },
27 "engines": {
28 "node": ">= 6.9.0"
29 },
30 "dependencies": {
31 "@kosko/config": "^0.3.2",
32 "@kosko/generate": "^0.4.3",
33 "@kosko/migrate": "^0.1.1",
34 "@kosko/require": "^0.1.8",
35 "chalk": "^2.4.2",
36 "clean-stack": "^2.0.0",
37 "debug": "^4.1.1",
38 "exit": "^0.1.2",
39 "get-stdin": "^6.0.0",
40 "import-local": "^2.0.0",
41 "make-dir": "^1.3.0",
42 "signale": "^1.3.0",
43 "tslib": "^1.9.3",
44 "yargs": "^12.0.5"
45 },
46 "devDependencies": {
47 "@iarna/toml": "^2.2.1",
48 "@kosko/env": "^0.4.3",
49 "@types/chalk": "^2.2.0",
50 "@types/clean-stack": "^1.3.0",
51 "@types/debug": "^0.0.31",
52 "@types/exit": "^0.1.30",
53 "@types/get-stdin": "^5.0.1",
54 "@types/make-dir": "^1.0.3",
55 "@types/signale": "^1.2.0",
56 "@types/yargs": "^12.0.5"
57 },
58 "gitHead": "c6d46382b2c2b8c2f62ce80389e9712d654e3512"
59}