mirror of
https://github.com/flyingmiata-droid/cite-engine.git
synced 2026-07-22 07:49:04 +00:00
18 lines
436 B
JSON
18 lines
436 B
JSON
{
|
|
"name": "cite-engine",
|
|
"version": "0.0.4",
|
|
"description": "Drift-proof closed-corpus citations for Obsidian",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node esbuild.config.mjs",
|
|
"test": "node --import tsx --test test/core.test.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"esbuild": "^0.21.0",
|
|
"obsidian": "^1.5.0",
|
|
"tsx": "^4.16.0",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|