UNPKG

boox-cli

Version:

A command-line interface (CLI) for training and searching Boox datasets.

50 lines (49 loc) 1.24 kB
{ "name": "boox-cli", "description": "A command-line interface (CLI) for training and searching Boox datasets.", "version": "1.0.3", "publishConfig": { "access": "public" }, "author": "Beni Arisandi (https://stilearning.com)", "repository": "https://github.com/bent10/boox", "homepage": "https://stilearning.com/boox", "license": "MIT", "keywords": [ "boox", "train", "trainer", "document", "index", "indexing", "nlp" ], "type": "module", "bin": "dist/index.js", "files": [ "dist", "changelog.md", "readme.md" ], "scripts": { "start": "vite", "dev": "vite build --watch", "build": "vite build && npm run chmod", "test": "vitest", "bench": "vitest bench", "coverage": "vitest run --coverage", "lint": "tsc --noEmit && eslint . --cache --cache-location ../../node_modules/.eslint", "format": "prettier . --write --cache-location ../../node_modules/.prettier --ignore-path ../../.prettierignore", "chmod": "chmod +x dist/index.js" }, "dependencies": { "boox": "1.0.0", "commander": "^14.0.0", "ora": "^8.1.0", "pako": "^2.1.0", "rcfy": "^2.1.1" }, "devDependencies": { "@types/pako": "^2.0.3" } }