UNPKG

azure-bake

Version:

Azure cloud deployment platform for both infrasturcture as code and software

70 lines (69 loc) 1.99 kB
{ "name": "azure-bake", "description": "Azure cloud deployment platform for both infrasturcture as code and software", "author": "HCHB", "license": "MIT", "version": "0.5.54", "repository": { "type": "git", "url": "git+https://github.com/HomecareHomebase/azure-bake.git" }, "bugs": { "url": "https://github.com/HomecareHomebase/azure-bake/issues" }, "homepage": "https://github.com/HomecareHomebase/azure-bake", "keywords": [ "azure", "azcli", "az", "deploy", "deployment", "cloud" ], "bin": { "bake": "dist/index.js" }, "directories": { "lib": "dist" }, "main": "dist/index.js", "typings": "src/index.ts", "scripts": { "upload": "tsc -p . && npm --no-git-tag-version version patch && npm publish --access public", "debug-build": "npm install && docker-compose build && tsc -w -p .", "release-build": "docker build . --no-cache -t bake:release", "compile": "tsc -p .", "watch": "tsc -w -p .", "debug": "node --inspect-brk=0.0.0.0:9229 dist/index.js", "start": "node dist/index.js", "test": "mocha --timeout 30000 -r ts-node/register test/**/*.ts", "dockertag": "node ./dist/dockertag.js", "link:ingredients": "node ./dist/setup-ingredients.js" }, "devDependencies": { "@types/chai": "^4.1.7", "@types/colors": "^1.2.1", "@types/js-yaml": "^3.11.2", "@types/minimist": "^1.2.0", "@types/mocha": "^5.2.5", "@types/node": "^10.12.18", "chai": "^4.2.0", "lerna": "^3.13.0", "mocha": "^5.2.0", "nodemon": "^1.18.7", "q": "^1.5.1", "ts-node": "^7.0.1", "typescript": "^5.5.4" }, "dependencies": { "@azbake/core": "^0.1.108", "@azbake/ingredient-utils": "^0.1.113", "@azure/arm-resources": "^4.0.0", "@azure/ms-rest-nodeauth": "^3.0.0", "azcli-npm": "^1.1.3", "colors": "1.4.0", "js-yaml": "^3.12.0", "minimist": "^1.2.0" }, "gitHead": "56d2c1df2ac35eed5d80f66e44f92876a98d0140" }