mirror of
https://github.com/jareika/Simple-Timeline.git
synced 2026-07-22 17:42:00 +00:00
19 lines
493 B
JSON
19 lines
493 B
JSON
{
|
|
"name": "obsidian-simple-timeline",
|
|
"version": "0.4.3",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs",
|
|
"dev": "node scripts/build.mjs --watch",
|
|
"check": "tsc -p tsconfig.json --noEmit",
|
|
"lint": "eslint . --ext .ts,.mts --max-warnings 0",
|
|
"lint:fix": "eslint . --ext .ts,.mts --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.7.5",
|
|
"esbuild": "^0.24.0",
|
|
"obsidian": "^1.6.7",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|