trilium/apps/script-deployer/package.json
2026-05-27 20:02:04 +03:00

15 lines
429 B
JSON

{
"name": "@triliumnext/script-deployer",
"version": "1.0.0",
"private": true,
"description": "Development harness for writing and deploying Trilium scripts to a local instance",
"scripts": {
"dev": "tsx watch --clear-screen=false --ignore '../client/node_modules/.vite-temp' src/dev.ts",
"test": "vitest run",
"clean": "rm -rf data"
},
"devDependencies": {
"@triliumnext/core": "workspace:*"
}
}