UNPKG

pk-template

Version:
87 lines (86 loc) 2.31 kB
{ "name": "pk-template", "version": "0.3.8", "description": "p template engine for kubernetes", "main": "dist/pk-lib/index.js", "scripts": { "watch": "concurrently npm:watch-compile npm:watch-test-delay", "watch-compile": "npm run clean && tsc --watch", "watch-test-delay": "nodemon -x \"mocha dist/test\" -e js,pkt,yaml --delay 1", "watch-test": "nodemon -x \"mocha dist/test\" -e js,pkt,yaml", "build": "npm run clean && tsc", "deploy": "npm run clean && tsc && npm publish", "webpack": "webpack --config webpack.config.js", "clean": "rimraf dist/*", "test": "mocha dist/test", "release": "release-it" }, "bin": { "pkt": "bin/pkt.js", "pk": "bin/pk.js" }, "repository": { "type": "git", "url": "git+https://github.com/dirty49374/pk-template.git" }, "keywords": [ "pk-template", "pkt", "k8s", "yaml", "template", "kubernetes" ], "author": "dirty49374@gmail.com", "license": "ISC", "bugs": { "url": "https://github.com/dirty49374/pk-template/issues" }, "homepage": "https://github.com/dirty49374/pk-template#readme", "dependencies": { "ajv": "^6.6.1", "chalk": "^2.4.1", "coffeescript": "^2.3.2", "colors": "^1.3.3", "diff": "^4.0.1", "inquirer": "^6.2.2", "js-yaml": "^3.12.1", "json-patch": "^0.7.0", "jsonpath": "^1.0.0", "livescript": "^1.6.0", "nodemon": "^1.18.10", "readline-sync": "^1.4.9", "source-map": "^0.7.3", "sync-request": "^6.0.0", "table": "^5.2.3", "underscore": "^1.9.1", "uuid": "^3.3.2", "yargs": "^12.0.5" }, "devDependencies": { "@types/ajv": "^1.0.0", "@types/diff": "^4.0.1", "@types/js-yaml": "^3.12.0", "@types/json-patch": "0.0.30", "@types/jsonpath": "^0.2.0", "@types/mocha": "^5.2.6", "@types/node": "^11.9.4", "@types/readline-sync": "^1.4.3", "@types/underscore": "^1.8.9", "@types/uuid": "^3.4.4", "concurrently": "^4.1.0", "mocha": "^5.2.0", "release-it": "*", "ts-loader": "^5.3.3", "typescript": "^3.3.3", "webpack": "^4.29.3", "webpack-cli": "^3.2.3", "webpack-node-externals": "^1.7.2" }, "release-it": { "git": { "requireCleanWorkingDir": false, "tagName": "v${version}" } } }