@apistudio/apim-cli
Version:
CLI for API Management Products
30 lines (29 loc) • 646 B
JSON
{
"name": "@apic/smith-transformer",
"version": "12.0.20",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"test-coverage": "jest --coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/ajv": "^0.0.5",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.9",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.9.2"
},
"dependencies": {
"@apic/smith-inventory": "^12.0.38",
"@apic/smith-schema-specification": "12.0.0",
"ajv": "^8.17.1",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1"
}
}