UNPKG

hudada-cli

Version:

专为程序员准备的本地文档搜索,快捷开发工具

102 lines (101 loc) 2.57 kB
{ "name": "hudada-cli", "version": "1.0.10", "keywords": [ "程序员", "文档", "工具" ], "author": "胡大大", "license": "MIT", "description": "专为程序员准备的本地文档搜索,快捷开发工具", "repository": { "type": "git", "url": "git+https://github.com/hudada-hub/hudada-tool.git" }, "bugs": { "url": "https://github.com/hudada-hub/hudada-tool/issues" }, "homepage": "https://github.com/hudada-hub/hudada-tool.git#readme", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "bin": { "my": "./dist/index.mjs" }, "directories": { "lib": "src" }, "main": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "scripts": { "build": "npm run clean && rollup -c", "dev": "npm run clean && rollup -c -w", "clean": "rimraf dist" }, "files": [ "dist", "data", "!**/data/ref.md", "!**/data/web.md", "!**/data/account.md", "public" ], "dependencies": { "@imgly/background-removal-node": "^1.4.5", "@inquirer/prompts": "^7.2.3", "@types/fs-extra": "^11.0.4", "chalk": "^4.1.2", "cli-highlight": "^2.1.11", "commander": "^13.0.0", "fs-extra": "^11.3.0", "highlight.js": "^11.11.1", "inquirer": "^12.3.2", "inquirer-autocomplete-standalone": "^0.8.1", "jszip": "^3.10.1", "marked": "^14.1.4", "marked-highlight": "^2.2.1", "marked-terminal": "^7.2.0", "node-fetch": "^3.3.2", "open": "^10.1.0", "openai": "^4.79.1", "prompts": "^2.4.2", "rimraf": "^6.0.1", "sharp": "^0.32.6", "socket.io": "^4.8.1", "socket.io-client": "^4.7.2", "ssh2": "^1.11.0", "xterm": "^5.1.0", "xterm-addon-fit": "^0.7.0", "xterm-addon-web-links": "^0.9.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.0", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.0.0", "@types/marked": "^5.0.2", "@types/marked-terminal": "^6.1.1", "@types/node": "^20.0.0", "@types/sharp": "^0.32.0", "@types/socket.io": "^3.0.1", "@types/ssh2": "^1.15.4", "array-union": "^3.0.1", "rollup": "^4.30.1", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.6.0", "typescript": "^5.0.0" }, "engines": { "node": ">=16.0.0" } }