UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

31 lines 671 B
{ "name": "@apic/studio-shared", "version": "12.0.0-9", "description": "Shared model and functions for UI and Server", "main": "dist/index.js", "type": "module", "devDependencies": { "@types/jest": "^29.5.14", "@types/js-yaml": "^4.0.9", "jest": "^29.7.0", "jest-junit": "^16.0.0", "ts-jest": "^29.2.5", "typescript": "^5.7.2" }, "scripts": { "build": "tsc", "test": "jest", "test-coverage": "jest --coverage" }, "dependencies": { "@apic/studio-client-model": "^12.0.0-9", "js-yaml": "^4.1.0" }, "keywords": [ "studio", "designer", "shared-model" ], "author": "IBM", "license": "ISC" }