mirror of
https://github.com/savar-g/taskline.git
synced 2026-07-22 08:33:55 +00:00
38 lines
951 B
JSON
38 lines
951 B
JSON
{
|
|
"name": "taskline",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"description": "Configurable task capture and Today view.",
|
|
"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",
|
|
"lint": "eslint . --max-warnings 2",
|
|
"test": "vitest run"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"plugin",
|
|
"tasks",
|
|
"productivity"
|
|
],
|
|
"devDependencies": {
|
|
"@typescript-eslint/parser": "^8.64.0",
|
|
"esbuild": "0.28.1",
|
|
"eslint": "^9.39.5",
|
|
"eslint-plugin-obsidianmd": "^0.4.1",
|
|
"obsidian": "^1.13.1",
|
|
"tslib": "2.6.2",
|
|
"typescript": "5.9.3",
|
|
"vitest": "^4.1.9"
|
|
}
|
|
}
|