UNPKG

azur

Version:

Azure Web App Deployment Automation

59 lines (58 loc) 1.46 kB
{ "name": "azur", "version": "0.0.8", "description": "Azure Web App Deployment Automation", "main": "dist/index.js", "scripts": { "build": "babel ./src --source-maps --out-dir ./dist", "clean": "rimraf \"dist/*\" \"!dist/.gitignore\" \"!dist/.npmignore\"", "lint": "eslint ./src", "lint:fix": "eslint --fix ./src", "preversion": "npm run build", "postversion": "git push --follow-tags", "start": "npm run clean && npm run build", "test": "echo \"Error: no test specified\" && exit 1", "watch": "npm run clean && babel ./src --source-maps --watch --out-dir ./dist" }, "repository": { "type": "git", "url": "git+https://github.com/nhardy/azur.git" }, "keywords": [ "azur", "azure", "web", "app", "service", "deploy", "deployment", "automated", "automation", "microsoft" ], "author": "Nathan Hardy", "license": "MIT", "bugs": { "url": "https://github.com/nhardy/azur/issues" }, "homepage": "https://github.com/nhardy/azur#readme", "devDependencies": { "@babel/cli": "^7.7.7", "@babel/core": "^7.7.7", "@babel/preset-env": "^7.7.7", "eslint": "^6.8.0", "eslint-config-nhardy": "^0.13.4", "rimraf": "^3.0.0" }, "dependencies": { "debug": "^4.1.1", "del": "^5.1.0", "extract-zip": "^1.6.7", "nodegit": "^0.26.3", "tmp": "^0.1.0" }, "engines": { "node": ">=10.0.0" }, "engineStrict": true }