UNPKG

apim-policy-utils

Version:

An XML file scripts maniputaling and debugging tool targeting to help working with Azure APIM Policy files in xml format.

46 lines (45 loc) 1.2 kB
{ "name": "apim-policy-utils", "version": "0.0.1", "description": "An XML file scripts maniputaling and debugging tool targeting to help working with Azure APIM Policy files in xml format.", "main": "bin/index.js", "bin": "bin/index.js", "types": "src/index.ts", "scripts": { "build": "tsc", "start": "node ./bin/index.js", "dev": "node ./src/index.ts", "lint:check": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "test": "jest" }, "keywords": [ "azure", "API management", "APIM", "policy" ], "author": "Zoey Zuo", "repository": { "url": "https://github.com/zoeyzuo-se/apim-policy-utils" }, "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.5", "@babel/preset-typescript": "^7.22.5", "@types/figlet": "^1.5.5", "@types/jest": "^29.5.2", "@types/node": "^18.15.10", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "eslint": "^8.37.0", "jest": "^29.5.0", "typescript": "^5.0.2" }, "dependencies": { "commander": "^10.0.0", "figlet": "^1.6.0", "fs": "^0.0.1-security", "xml2js": "^0.4.23" } }