2026-05-08 16:05:19 +00:00
|
|
|
{
|
|
|
|
|
"name": "paperforge-plugin",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "commonjs",
|
|
|
|
|
"scripts": {
|
2026-05-24 08:50:00 +00:00
|
|
|
"dev": "node esbuild.config.mjs",
|
|
|
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
2026-05-08 16:05:19 +00:00
|
|
|
"test": "vitest run",
|
2026-06-25 08:42:34 +00:00
|
|
|
"test:watch": "vitest",
|
|
|
|
|
"typecheck": "tsc -noEmit -skipLibCheck",
|
|
|
|
|
"prepare": "husky"
|
2026-05-08 16:05:19 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-06-25 08:42:34 +00:00
|
|
|
"@types/node": "^20.0.0",
|
|
|
|
|
"builtin-modules": "^3.3.0",
|
|
|
|
|
"esbuild": "^0.25.0",
|
|
|
|
|
"husky": "^9.1.7",
|
2026-05-08 16:05:19 +00:00
|
|
|
"jsdom": "^25.0.0",
|
2026-06-25 08:42:34 +00:00
|
|
|
"lint-staged": "^17.0.8",
|
2026-05-24 08:50:00 +00:00
|
|
|
"obsidian": "^1.12.0",
|
2026-06-25 08:42:34 +00:00
|
|
|
"obsidian-test-mocks": "^2.0.0",
|
|
|
|
|
"prettier": "^3.8.4",
|
2026-05-24 08:50:00 +00:00
|
|
|
"typescript": "^5.4.0",
|
2026-06-25 08:42:34 +00:00
|
|
|
"vitest": "^2.1.0"
|
2026-05-08 16:05:19 +00:00
|
|
|
}
|
|
|
|
|
}
|