12 lines
362 B
JSON
12 lines
362 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"
|
|
}
|
|
}
|