@senchou/core
Version:
Generate TypeScript for Kubernetes resources.
61 lines (60 loc) • 1.67 kB
JSON
{
"name": "@senchou/core",
"version": "1.2.3",
"description": "Generate TypeScript for Kubernetes resources.",
"main": "dist/core.cjs.js",
"types": "dist/index.d.ts",
"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",
"publishConfig": {
"access": "public"
},
"files": [
"bin/**/*",
"dist/**/*",
"CHANGELOG.md"
],
"exports": {
"import": "./dist/core.es.js",
"require": "./dist/core.cjs.js",
"node": "./dist/core.cjs.js"
},
"dependencies": {
"@types/json-schema": "^7.0.9",
"@littlethings/coder": "^1.0.1",
"@littlethings/log": "^2.5.0",
"@littlethings/schemer": "^1.4.2",
"node-fetch": "^2.6.1",
"js-yaml": "^4.1.0",
"json-schema": "^0.4.0"
},
"devDependencies": {
"@types/node": "^17.0.14",
"@types/js-yaml": "^4.0.5",
"@types/node-fetch": "^2.5.12",
"vite": "^2.8.0-beta.3",
"rimraf": "^3.0.2",
"typescript": "^4.6.0-dev.20220120"
},
"homepage": "https://github.com/jakehamilton/senchou",
"repository": {
"type": "git",
"url": "https://github.com/jakehamilton/senchou.git"
},
"bugs": {
"url": "https://github.com/jakehamilton/senchou/issues"
}
}