{
    "name": "senchou",
    "version": "1.1.5",
    "description": "Generate TypeScript for Kubernetes resources.",
    "main": "dist/senchou.cjs.js",
    "types": "dist/index.d.ts",
    "bin": {
        "senchou": "./bin/senchou.js"
    },
    "scripts": {
        "clean": "rimraf ./dist",
        "build": "npm run build:lib && npm run build:types",
        "build:lib": "vite build",
        "build:types": "tsc -p . --emitDeclarationOnly"
    },
    "keywords": [
        "kubernetes",
        "k8s",
        "cli",
        "generate",
        "leverage"
    ],
    "author": "Jake Hamilton <jake.hamilton@hey.com>",
    "license": "Apache-2.0",
    "files": [
        "bin/**/*",
        "dist/**/*",
        "CHANGELOG.md"
    ],
    "dependencies": {
        "vite": "^2.8.0-beta.3",
        "typescript": "^4.6.0-dev.20220120",
        "@senchou/cli": "^1.1.3",
        "@types/node": "^17.0.10",
        "rimraf": "^3.0.2",
        "@senchou/core": "^1.2.2"
    },
    "homepage": "https://github.com/jakehamilton/senchou",
    "repository": {
        "type": "git",
        "url": "https://github.com/jakehamilton/senchou.git"
    },
    "bugs": {
        "url": "https://github.com/jakehamilton/senchou/issues"
    }
}
