UNPKG

armpit

Version:

Another resource manager programming interface toolkit.

70 lines (69 loc) 1.89 kB
{ "name": "armpit", "version": "2.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.39.2", "@types/node": "^25.0.10", "npm-run-all": "^4.1.5", "prettier": "^3.8.1", "shx": "^0.4.0", "typescript": "^5.9.3", "typescript-eslint": "^8.54.0", "vitest": "^4.0.18" }, "dependencies": { "@azure/arm-appcontainers": "^3.0.0", "@azure/arm-appservice": "^18.0.0", "@azure/arm-compute": "^23.3.0", "@azure/arm-network": "^35.0.0", "@azure/arm-privatedns": "^3.3.0", "@azure/arm-resources": "^7.0.0", "@azure/arm-resources-subscriptions": "^2.1.0", "@azure/identity": "4.13", "execa": "^9.6.1", "uuid": "^13.0.0" } }