az-deployment-denoise
Version:
Azure deployment what-if denoiser
59 lines (58 loc) • 1.64 kB
JSON
{
"name": "az-deployment-denoise",
"version": "1.2.0",
"description": "Azure deployment what-if denoiser",
"main": "dist/index.js",
"repository": "ottijp/az-deployment-denoise",
"directories": {
"test": "test"
},
"scripts": {
"start": "node --enable-source-maps .",
"build": "tsc && tsc-alias",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"debug": "tsc && NODE_OPTIONS=--inspect-brk node .",
"clean": "rm -r dist",
"test": "mocha \"test/**/*.spec.ts\"",
"test:watch": "mocha --watch \"test/**/*.spec.ts\"",
"test:debug": "NODE_OPTIONS=--inspect-brk mocha \"test/**/*.spec.ts\"",
"check-license": "license-checker --onlyAllow \"MIT;BSD-3-Clause;BSD-2-Clause;0BSD;ISC;Apache-2.0;Python-2.0;CC0-1.0;CC-BY-3.0;CC-BY-4.0\" --unknown --summary --excludePackages=\"@vue/compiler-sfc@2.7.13\""
},
"bin": {
"az-deployment-denoise": "bin/az-deployment-denoise"
},
"keywords": [
"Azure",
"Bicep",
"ARM"
],
"author": "Satoshi SAKAO",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4",
"@types/mocha": "^10",
"@types/node": "^20",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"chai": "^4",
"eslint": "^8",
"license-checker": "^25.0.1",
"mocha": "^10",
"sinon": "^18.0.0",
"ts-node": "^10",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"typescript": "^5"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"commander": "^12.1.0",
"fp-ts": "^2.16.9",
"io-ts": "^2.2.21",
"yaml": "^2.5.1"
}
}