@apistudio/apim-cli
Version:
CLI for API Management Products
29 lines (28 loc) • 744 B
JSON
{
"name": "@apic/wmgw-smith-transformer",
"version": "12.0.5",
"license": "ISC",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"test-coverage": "jest --coverage",
"test-coverage:last-changes": "node scripts/jest-compare-main.js"
},
"dependencies": {
"@apic/smith-transformer": "^12.0.19",
"@apic/wmgw-smith-inventory": "^12.0.0",
"ajv": "^8.17.1",
"js-yaml": "^4.1.0"
},
"bundleDependencies": [
"@apic/wmgw-smith-inventory"
],
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"jszip": "^3.10.1"
}
}