UNPKG

@typescript-generate-swagger/swagger-tegg

Version:
42 lines (41 loc) 990 B
{ "name": "@typescript-generate-swagger/swagger-tegg", "version": "1.0.10", "private": false, "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://github.com/youxiaomi/typescript-generate-swagger", "files": [ "src", "index.ts", "dist" ], "scripts": { "clean": "rimraf dist", "build": "npm run clean && tsc", "pack": "npm run build && npm pack --pack-destination dist", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "exports": { ".": { "types": "./dist/index.d.js", "import": "./index.ts", "default": "./dist/index.js" } }, "author": "youxiaomi", "license": "MIT", "keywords": [ "swagger", "typescript", "egg", "egg.js" ], "description": "", "dependencies": { "@typescript-generate-swagger/swagger-generate": "^1.0.10", "typescript": "^5.3.3" }, "gitHead": "dbeb36ec6a703e0c65fb49b0a94c00ab6888b2ea" }