mirror of
https://github.com/insile/OpenWords.git
synced 2026-07-22 12:40:27 +00:00
35 lines
864 B
JSON
35 lines
864 B
JSON
{
|
|
"name": "openwords",
|
|
"version": "1.0.3",
|
|
"description": "用于英语学习中背单词与单词管理的插件",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [
|
|
"Obsidian",
|
|
"English",
|
|
"words",
|
|
"learning"
|
|
],
|
|
"author": "insile",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"@types/wink-pos-tagger": "^2.2.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "^0.25.4",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "^1.11.13",
|
|
"supermemo": "^2.0.23",
|
|
"wink-pos-tagger": "^2.2.2"
|
|
}
|
|
}
|