sdkasper_lean-obsidian-term.../package.json
2026-07-19 11:34:25 +03:00

37 lines
937 B
JSON

{
"name": "lean-terminal",
"version": "1.4.0",
"description": "Embedded terminal for Obsidian using xterm.js and node-pty",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"test": "vitest run",
"lint": "eslint src"
},
"keywords": [
"obsidian",
"terminal",
"xterm",
"pty"
],
"license": "MIT",
"devDependencies": {
"@types/node": "^22.0.0",
"esbuild": "^0.28.0",
"eslint": "^9.39.5",
"eslint-plugin-obsidianmd": "^0.4.1",
"node-pty": "^1.0.0",
"obsidian": "^1.13.1",
"typescript": "^5.8.0",
"typescript-eslint": "^8.64.0",
"vitest": "^4.1.8"
},
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.16.0",
"@xterm/addon-serialize": "^0.13.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0"
}
}