UNPKG

armpit

Version:

Another resource manager programming interface toolkit.

70 lines (69 loc) 1.89 kB
{ "name": "armpit", "version": "1.0.0", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { "default": "./dist/index.js", "types": "./dist/index.d.ts" }, "scripts": { "clean": "shx rm -rf ./dist/**/*", "build": "run-s -l clean build:*", "build:esm": "tsc", "prepack": "shx cp ../LICENSE . && shx cp ../README.md . && shx cp ../CHANGELOG.md .", "postpack": "shx rm LICENSE && shx rm README.md && shx rm CHANGELOG.md", "watch": "npm-run-all -l clean --parallel watch:*", "watch:esm": "tsc -w", "watch:test": "vitest watch", "lint": "tsc", "test": "vitest run" }, "description": "Another resource manager programming interface toolkit.", "keywords": [ "arm", "azure", "azure-cli", "az-cli" ], "author": "aarondandy", "license": "MIT", "repository": "github:aarondandy/armpit", "homepage": "https://github.com/aarondandy/armpit#readme", "bugs": { "url": "https://github.com/aarondandy/armpit/issues" }, "engines": { "node": ">=18" }, "files": [ "dist", "LICENSE", "README.md", "CHANGELOG.md" ], "devDependencies": { "@eslint/js": "^9.33.0", "@types/node": "^24.2.1", "npm-run-all": "^4.1.5", "prettier": "^3.6.2", "shx": "^0.4.0", "typescript": "^5.9.2", "typescript-eslint": "^8.39.1", "vitest": "^3.2.4" }, "dependencies": { "@azure/arm-appcontainers": "^2.2.0", "@azure/arm-appservice": "^17.0.0", "@azure/arm-compute": "^23.0.0", "@azure/arm-network": "^34.0.0", "@azure/arm-privatedns": "^3.3.0", "@azure/arm-resources": "^7.0.0", "@azure/arm-resources-subscriptions": "^2.1.0", "@azure/identity": "^4.11.1", "execa": "^9.6.0", "uuid": "^11.1.0" } }