UNPKG

ai-dictionary

Version:

Ask AI to explain the word in sentence and save definition to Anki.

40 lines (39 loc) 807 B
{ "name": "ai-dictionary", "version": "0.0.5", "description": "Ask AI to explain the word in sentence and save definition to Anki.", "keywords": [ "ai", "dictionary", "openai", "anki", "anki-connect", "ollama" ], "homepage": "https://github.com/liufei/ai-dictionary", "license": "MIT", "author": "liufei", "main": "dist/index.js", "type": "module", "bin": { "ai-dictionary": "dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/liufei/ai-dictionary.git" }, "scripts": { "test": "npx tsc && npx ." }, "devDependencies": { "@tsconfig/node20": "^20.1.5", "@types/node": "^22.13.15", "typescript": "^5.8.2" }, "engines": { "node": ">=20.12.0" }, "volta": { "node": "20.12.0" } }