UNPKG

fnglish-notebook

Version:

A cross-platform CLI tool for English learning with translation, voice pronunciation, and Notion integration. Supports Windows, macOS, and Linux.

80 lines (79 loc) 1.92 kB
{ "name": "fnglish-notebook", "version": "1.2.2", "main": "dist/index.js", "type": "module", "bin": { "fnglish": "./dist/cli.js", "fnglish-notebook": "./dist/cli.js", "fnb": "./dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "tsx src/index.ts", "prepublishOnly": "npm run build", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "translation", "english", "learning", "pronunciation", "text-to-speech", "voice", "notion", "tencent-cloud", "google-tts", "cli", "terminal", "cross-platform", "windows", "macos", "linux", "clipboard", "image-translation" ], "author": "Fishason", "license": "MIT", "description": "A cross-platform CLI tool for English learning with translation, voice pronunciation, and Notion integration. Supports Windows, macOS, and Linux.", "repository": { "type": "git", "url": "git+https://github.com/fishason/fnglish-notebook.git" }, "homepage": "https://github.com/fishason/fnglish-notebook#readme", "bugs": { "url": "https://github.com/fishason/fnglish-notebook/issues" }, "files": [ "dist/**/*", "README.md", "LICENSE", "WINDOWS-FIX.md" ], "dependencies": { "@notionhq/client": "^2.2.15", "@types/node-fetch": "^2.6.13", "axios": "^1.6.0", "clipboardy": "^4.0.0", "ink": "^6.3.1", "ink-select-input": "^6.0.0", "ink-spinner": "^5.0.0", "ink-text-input": "^6.0.0", "jimp": "^0.22.10", "node-fetch": "^3.3.2", "play-sound": "^1.1.6", "react": "^19.2.0", "tencentcloud-sdk-nodejs-tmt": "^4.0.800" }, "devDependencies": { "@types/node": "^20.10.0", "@types/react": "^19.0.0", "tsx": "^4.20.6", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" } }