UNPKG

fuckdoc

Version:

An NPM package for component document generator

62 lines (61 loc) 1.34 kB
{ "name": "fuckdoc", "version": "1.3.0", "description": "An NPM package for component document generator", "main": "./dist/index.js", "scripts": { "dev": "tsup --watch", "build": "tsup" }, "bin": { "fuckdoc": "dist/index.js" }, "keywords": [ "fuck", "component", "doc", "component doc", "easy doc" ], "homepage": "https://github.com/xicunyang/fuckdoc", "repository": { "type": "git", "url": "https://github.com/xicunyang/fuckdoc.git" }, "files": [ "dist/index.js", "client/main.js", "client/favicon.ico", "client/index.html", "package.json", "README.md" ], "author": "yxc945ya", "license": "ISC", "dependencies": { "@koa/cors": "^3.3.0", "ansi-colors": "^4.1.1", "axios": "^0.26.1", "chokidar": "^3.5.3", "cli-progress": "^3.10.0", "comment-parser": "^1.3.1", "delete": "^1.1.0", "glob": "^8.0.1", "koa": "^2.13.4", "koa-router": "^10.1.1", "koa-static": "^5.0.0", "koa2-cors": "^2.0.6", "launch-editor": "^2.3.0", "mime-types": "^2.1.35", "open-editor": "^4.0.0", "open-in-editor": "^2.2.0", "portfinder": "^1.0.28", "sharp": "^0.30.4", "ws": "^8.6.0" }, "devDependencies": { "@types/node": "^17.0.26", "tsup": "5.11.11", "typescript": "^4.6.3" } }