eoinhurrell_obsidian-inboxer/package.json

30 lines
731 B
JSON
Raw Permalink Normal View History

2025-03-31 16:41:10 +00:00
{
2025-04-02 09:41:08 +00:00
"name": "inboxer",
2026-06-07 08:45:48 +00:00
"version": "1.5.10",
2025-03-31 17:21:30 +00:00
"description": "An Obsidian plugin to add entries to INBOX and TIMELINE sections",
2025-03-31 16:41:10 +00:00
"main": "main.js",
"scripts": {
2025-04-15 21:08:01 +00:00
"test": "bun test",
2025-03-31 17:21:30 +00:00
"dev": "bun esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && bun esbuild.config.mjs production",
"version": "bun version-bump.mjs && git add manifest.json versions.json"
2025-03-31 16:41:10 +00:00
},
2025-03-31 17:21:30 +00:00
"keywords": [
"obsidian",
"plugin"
],
"author": "Eoin Hurrell",
2025-03-31 16:41:10 +00:00
"devDependencies": {
"@types/bun": "1.2.9",
2025-03-31 16:41:10 +00:00
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"esbuild": "0.28.1",
"obsidian": ">=0.12.12",
2025-03-31 16:41:10 +00:00
"tslib": "2.4.0",
"typescript": "4.7.4"
2025-04-15 21:36:06 +00:00
},
"dependencies": {
"@types/jest": "29.5.14"
2025-03-31 16:41:10 +00:00
}
}