mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
22 lines
544 B
JSON
22 lines
544 B
JSON
{
|
|
"name": "paperforge-plugin",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^2.1.0",
|
|
"obsidian-test-mocks": "^2.0.0",
|
|
"jsdom": "^25.0.0",
|
|
"obsidian": "^1.12.0",
|
|
"typescript": "^5.4.0",
|
|
"esbuild": "^0.25.0",
|
|
"builtin-modules": "^3.3.0",
|
|
"@types/node": "^20.0.0"
|
|
}
|
|
}
|