@apistudio/apim-cli
Version:
CLI for API Management Products
79 lines • 2.18 kB
JSON
{
"name": "@apistudio/apim-cli",
"version": "11.1.5",
"description": "CLI for API Management Products",
"main": "dist/index.js",
"type": "module",
"bin": {
"wm": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/cli.js",
"test": "npm run test:unit && npm run test:functional",
"test-coverage": "jest --coverage",
"test:unit": "jest --testPathPattern=unit",
"test-coverage:unit": "jest --coverage --testPathPattern=unit",
"test:functional": "jest --testPathPattern=functional",
"test-coverage:functional": "jest --coverage --testPathPattern=functional"
},
"keywords": [
"api-management",
"cli"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/adm-zip": "^0.5.5",
"@types/chalk": "^2.2.0",
"@types/commander": "^2.12.2",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.9",
"@types/jszip": "^3.4.1",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.2",
"typescript": "^5.5.3"
},
"dependencies": {
"@apic/api-model": "^1.0.478",
"@apic/studio-build": "^12.0.0-10",
"@apic/studio-client-model": "12.0.0-9",
"@apic/studio-deploy": "12.0.0-9",
"@apic/studio-logger": "12.0.0-9",
"@apic/studio-shared": "12.0.0-9",
"@apic/studio-test": "12.0.0-9",
"@inquirer/prompts": "^5.3.8",
"adm-zip": "^0.5.14",
"chalk": "^5.3.0",
"cli-table3": "^0.6.5",
"commander": "^12.1.0",
"conf": "^13.0.1",
"dotenv": "^16.4.5",
"env-paths": "^3.0.0",
"fs-extra": "^11.2.0",
"inquirer": "^10.1.8",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"semver": "^7.6.3",
"yaml": "^2.5.1"
},
"bundleDependencies": [
"@apic/api-model",
"@apic/studio-build",
"@apic/studio-deploy",
"@apic/studio-logger",
"@apic/studio-test",
"@apic/studio-shared",
"@apic/studio-client-model"
],
"overrides": {
"jsonpath-plus": "10.3.0",
"jose": "4.15.9"
}
}