UNPKG

@yuanjinlin/gen-api

Version:

轻量化简易一键生成在线文档api接口,告别人力的copy

72 lines (71 loc) 1.73 kB
{ "name": "@yuanjinlin/gen-api", "version": "1.0.4", "description": "轻量化简易一键生成在线文档api接口,告别人力的copy", "bin": { "gen-api": "./bin/gen-api.js" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "gen-api": "gen-api", "commit": "cz", "release": "release-it" }, "keywords": [ "简易api接口生成器", "接口生成器", "api", "yapi接口生成器", "yapi" ], "homepage": "", "author": "1075360356@qq.com", "repository": { "type": "github", "url": "https://github.com/ChYuanJinlin/gen-yapi" }, "license": "MIT", "dependencies": { "@release-it/conventional-changelog": "^8.0.1", "@yuanjinlin/gen-api": "^1.0.2", "commander": "^12.0.0", "dotenv": "^16.4.5", "inquirer": "^6.5.2", "node-cache": "^5.1.2", "ora": "^3.4.0", "puppeteer": "^18.2.1", "release-it": "^17.1.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=14.15.0", "npm": ">=6.14.8" }, "devDependencies": { "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "prettier": "^3.2.5" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "release-it": { "plugins": { "@release-it/conventional-changelog": { "preset": "angular", "infile": "CHANGELOG.md", "ignoreRecommendedBump": true, "strictSemVer": true } }, "git": { "commitMessage": "chore(tag): release v${version}" } } }