@razee/mustachetemplate
Version:
Razee: component to use the Mustache template processor on kubernetes resource configurations.
69 lines (68 loc) • 1.94 kB
JSON
{
"name": "@razee/mustachetemplate",
"version": "4.0.0",
"description": "Razee: component to use the Mustache template processor on kubernetes resource configurations.",
"main": "./src/index.js",
"bin": {
"mustachetemplate": "./bin/mustachetemplate",
"renderlocal": "./bin/renderlocal"
},
"keywords": [
"kubernetes",
"razee",
"razeedash",
"cd"
],
"scripts": {
"start": "node src/index.js",
"test": "nyc --reporter=html --all --reporter=text mocha ",
"test:debug": "mocha --inspect-brk",
"check-coverage": "nyc check-coverage --statements 0 --branches 0 --functions 0 --lines 0",
"lint": "npx npm-run-all --npm-path npm eslint dockerlint yaml-lint markdownlint jsonlint shellcheck",
"eslint": "npx eslint src/",
"dockerlint": "npx dockerlint Dockerfile",
"yaml-lint": "npx yamllint .travis.yml kubernetes/MustacheTemplate/resource.yaml",
"markdownlint": "npx markdownlint-cli README.md docs/",
"jsonlint": "npx jsonlint --quiet build/viewTemplate.json",
"shellcheck": "npx shellcheck build/*.sh"
},
"repository": {
"type": "git",
"url": "git@github.com:razee-io/MustacheTemplate.git"
},
"contributors": [
{
"name": "Alex Lewitt"
},
{
"name": "Adam King"
}
],
"publishConfig": {
"access": "public"
},
"license": "Apache-2.0",
"dependencies": {
"@razee/kubernetes-util": "^2.0.0",
"@razee/razeedeploy-core": "^2.0.0",
"handlebars": "^4.7.8",
"js-yaml": "^4.1.0",
"mustache": "^4.2.0",
"nopt": "^6.0.0",
"object-path": "^0.11.8",
"pino": "^8.19.0"
},
"devDependencies": {
"chai": "^4.3.6",
"dockerlint": "^0.3.9",
"eslint": "^8.57.0",
"markdownlint": "^0.38.0",
"mocha": "^10.8.2",
"nock": "^13.5.6",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"shellcheck": "^1.1.0",
"sinon": "^14.0.0",
"yaml-lint": "^1.7.0"
}
}