@apistudio/apim-cli
Version:
CLI for API Management Products
36 lines (35 loc) • 885 B
JSON
{
"name": "@apic/studio-client-model",
"version": "12.0.0-17",
"description": "Node package for client models",
"main": "dist/index.js",
"type": "module",
"devDependencies": {
"@types/jest": "^29.5.14",
"copyfiles": "^2.4.1",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.2.5"
},
"scripts": {
"build": "npm run clean && tsc && npm run copy:samples",
"copy:samples": "copyfiles -u 2 src/samples/*.zip dist/samples",
"clean": "rimraf dist",
"test": "jest",
"test-coverage": "jest --coverage"
},
"keywords": [
"studio",
"designer"
],
"author": "IBM",
"license": "ISC",
"dependencies": {
"@apic/api-model": "^1.0.497",
"@apic/lwgw-smith-sdk": "^12.0.37",
"@apic/smith-sdk": "^12.0.65",
"@apic/wmgw-smith-sdk": "^12.0.53",
"jszip": "^3.10.1",
"openapi-types": "^12.1.3"
}
}