UNPKG

@starship-ci/generator

Version:

Kubernetes manifest generator for Starship deployments

54 lines (53 loc) 1.42 kB
{ "name": "@starship-ci/generator", "version": "4.0.0", "author": "Anmol1696 <anmol1696@gmail.com>", "description": "Kubernetes manifest generator for Starship deployments", "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", "homepage": "https://github.com/hyperweb-io/starship", "license": "SEE LICENSE IN LICENSE", "publishConfig": { "access": "public", "directory": "dist" }, "repository": { "type": "git", "url": "https://github.com/hyperweb-io/starship" }, "bugs": { "url": "https://github.com/hyperweb-io/starship/issues" }, "scripts": { "copy": "copyfiles -f ../../LICENSE README.md package.json dist", "clean": "del dist/**", "clean:test": "del __tests__/__output__/**", "prepare": "npm run build", "build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy", "dev": "ts-node src/index", "lint": "eslint .", "format": "eslint . --fix", "test": "jest --verbose", "test:watch": "jest --watch --verbose" }, "keywords": [ "kubernetes", "k8s", "typescript", "starship", "generator", "manifests", "cosmos", "blockchain" ], "dependencies": { "@starship-ci/types": "^4.0.0", "js-yaml": "^4.1.0", "kubernetesjs": "^0.7.0" }, "devDependencies": { "@types/js-yaml": "^4.0.9" }, "gitHead": "ee537a2b56fc5e925c87438c84784cba917dbb1b" }