@apistudio/apim-cli
Version:
CLI for API Management Products
85 lines (84 loc) • 2.33 kB
JSON
{
"name": "@apistudio/apim-cli",
"version": "12.1.2",
"description": "CLI for API Management Products",
"main": "dist/index.js",
"type": "module",
"bin": {
"apic": "dist/cli.cjs"
},
"scripts": {
"build": "tsc && npm run esbuild",
"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",
"esbuild": "node esbuild.js"
},
"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": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"jest": "^29.7.0",
"ts-jest": "^29.4.6",
"typescript": "^5.5.3"
},
"dependencies": {
"@apic/api-model": "^1.0.477",
"@apic/studio-client-model": "12.0.0-17",
"@apic/studio-build": "12.0.0-22",
"@apic/studio-deploy": "12.0.0-19",
"@apic/studio-logger": "12.0.0-9",
"@apic/studio-shared": "^12.0.0-24",
"@apic/studio-test": "12.0.0-17",
"@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",
"esbuild": "^0.25.9",
"eslint": "^9.31.0",
"fs-extra": "^11.2.0",
"inquirer": "^10.1.8",
"jszip": "^3.10.1",
"lodash": "^4.17.23",
"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-client-model"
],
"overrides": {
"jsonpath-plus": "10.3.0",
"jose": "4.15.9",
"tmp": "^0.2.5",
"js-yaml": "^4.1.1",
"qs": "6.14.1",
"hono": "4.11.7"
}
}