UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

44 lines (43 loc) 1.08 kB
{ "name": "@apic/studio-build", "version": "12.0.0-22", "description": "Node Package for Studio Build", "main": "dist/index.js", "type": "module", "dependencies": { "@apic/api-model": "^1.0.497", "@apic/studio-shared": "12.0.0-24", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "axios": "^1.8.2", "form-data": "^4.0.4", "js-yaml": "^4.1.1", "jszip": "^3.10.1" }, "devDependencies": { "@types/ajv": "^1.0.4", "@types/google-protobuf": "^3.15.12", "@types/jest": "^29.5.14", "@types/js-yaml": "^4.0.9", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "jest": "^29.7.0", "jest-junit": "^16.0.0", "rimraf": "^6.1.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2" }, "scripts": { "clean": "rimraf dist tsconfig.tsbuildinfo", "build": "npm run clean && tsc", "build:watch": "tsc --watch", "test": "jest", "test-coverage": "jest --coverage" }, "keywords": [ "studio", "designer" ], "author": "IBM", "license": "ISC" }