UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

38 lines (37 loc) 1.05 kB
{ "name": "@apic/lwgw-smith-transformer", "version": "12.0.31", "license": "ISC", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "!dist/**/*.map", "README.md", "LICENSE" ], "scripts": { "build": "node esbuild.config.mjs && tsc --emitDeclarationOnly", "build:watch": "node esbuild.config.mjs --watch", "test": "jest", "test-coverage": "jest --coverage", "test-coverage:last-changes": "node scripts/jest-compare-main.js" }, "dependencies": { "@apic/lwgw-smith-inventory": "^12.0.7", "@apic/smith-inventory": "^12.0.38", "@apic/smith-transformer": "^12.0.20", "ajv": "^8.17.1", "js-yaml": "^4.1.0" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/js-yaml": "^4.0.9", "esbuild": "^0.19.0", "glob": "^10.3.0", "jest": "^29.7.0", "jszip": "^3.10.1" } }