@apistudio/apim-cli
Version:
CLI for API Management Products
48 lines (47 loc) • 1.23 kB
JSON
{
"name": "@apic/studio-test",
"version": "12.0.0-17",
"description": "Node package for api testing",
"main": "dist/index.js",
"type": "module",
"dependencies": {
"@apic/api-model": "^1.0.497",
"@apic/studio-logger": "^12.0.0",
"adm-zip": "^0.5.14",
"ajv": "^8.17.1",
"chai": "^5.2.0",
"csv-writer": "^1.6.0",
"filtrex": "^3.1.0",
"js-yaml": "^4.1.1",
"jszip": "^3.10.1",
"pdf-lib": "^1.17.1",
"qs": "^6.14.0",
"xml2js": "^0.6.2",
"zod": "^4.0.5"
},
"devDependencies": {
"@types/adm-zip": "^0.5.5",
"@types/chai": "^5.2.2",
"@types/google-protobuf": "^3.15.12",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/xml2js": "^0.4.14",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.2.5"
},
"scripts": {
"build": "tsc",
"test-esm": "NODE_OPTIONS=--experimental-vm-modules jest --config jest.config.esm.json",
"test-esm-coverage": "NODE_OPTIONS=--experimental-vm-modules jest --config jest.config.esm.json --coverage",
"test": "jest",
"test-coverage": "jest --coverage"
},
"keywords": [
"studio",
"designer",
"test"
],
"author": "IBM",
"license": "ISC"
}