savar-g_taskline/package.json

39 lines
951 B
JSON
Raw Permalink Normal View History

2026-07-18 21:16:25 +00:00
{
"name": "taskline",
2026-07-18 22:33:24 +00:00
"version": "0.1.1",
2026-07-18 21:16:25 +00:00
"private": true,
2026-07-18 22:33:24 +00:00
"description": "Configurable task capture and Today view.",
2026-07-18 21:16:25 +00:00
"main": "main.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Savar-G/taskline.git"
},
"bugs": {
"url": "https://github.com/Savar-G/taskline/issues"
},
"homepage": "https://github.com/Savar-G/taskline#readme",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
2026-07-18 22:33:24 +00:00
"lint": "eslint . --max-warnings 2",
2026-07-18 21:16:25 +00:00
"test": "vitest run"
},
"keywords": [
"obsidian",
"plugin",
"tasks",
"productivity"
],
"devDependencies": {
2026-07-18 22:33:24 +00:00
"@typescript-eslint/parser": "^8.64.0",
2026-07-18 21:16:25 +00:00
"esbuild": "0.28.1",
2026-07-18 22:33:24 +00:00
"eslint": "^9.39.5",
"eslint-plugin-obsidianmd": "^0.4.1",
2026-07-18 21:16:25 +00:00
"obsidian": "^1.13.1",
"tslib": "2.6.2",
"typescript": "5.9.3",
"vitest": "^4.1.9"
}
}