@apistudio/apim-cli
Version:
CLI for API Management Products
44 lines (43 loc) • 1.23 kB
JSON
{
"name": "@apic/smith-inventory",
"version": "12.0.66",
"description": "Generate TypeScript interfaces from OpenAPI-like YAML schemas",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"generate": "node --loader ts-node/esm generator/generate.ts",
"start": "node dist/index.js",
"build": "tsc",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"bin": {
"generate-ts": "dist/index.js"
},
"keywords": [],
"author": "IBM Corp.",
"license": "MIT",
"dependencies": {
"@apic/smith-schema-specification": "12.0.0",
"js-yaml": "^4.1.0",
"openapi-typescript": "^7.9.1"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/js-yaml": "^4.0.9",
"ci-info": "^4.3.0",
"jest": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"type": "module"
}