mirror of
https://github.com/kon-foo/Obsidian-Translate-Inline.git
synced 2026-07-22 11:00:29 +00:00
31 lines
No EOL
909 B
JSON
31 lines
No EOL
909 B
JSON
{
|
|
"name": "translate-inline",
|
|
"version": "0.1.18",
|
|
"description": "An Obsidian Plugin that lets you translate words and phrase without moving you fingers away from the keyboard.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs",
|
|
"setup": "node setup.js",
|
|
"lint": "tsc --noEmit && eslint ./src --ext .ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "7.0.2",
|
|
"@typescript-eslint/parser": "7.0.2",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.20.1",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"obsidian": "latest",
|
|
"prettier": "3.2.5",
|
|
"semver": "^7.6.0",
|
|
"tslib": "2.4.0",
|
|
"typescript": "5.3.3"
|
|
}
|
|
} |