jacobtread_obsidian-timekeep/package.json
Jacobtread fa1fedbb01
refactor: replace zod for valibot
For tree shaking because currently zod has a bunch of extra stuff that
shows up negatively on the scorecard
2026-05-16 19:09:21 +12:00

42 lines
1.1 KiB
JSON

{
"name": "obsidian-timekeep",
"version": "2.1.1",
"description": "Obsidian plugin for time tracking",
"keywords": [],
"license": "MIT",
"author": "Jacobtread",
"type": "module",
"main": "main.js",
"scripts": {
"dev": "node scripts/dev.js",
"build": "node scripts/build.js",
"version": "node scripts/version-bump.js && git add manifest.json versions.json",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"test": "vitest run --coverage"
},
"dependencies": {
"fuse.js": "^7.1.0",
"moment": "^2.30.1",
"p-limit": "^7.3.0",
"pdfmake": "^0.3.7",
"uuid": "^11.0.5",
"valibot": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20.19.37",
"@types/pdfmake": "^0.3.2",
"@vitest/coverage-v8": "^4.1.4",
"happy-dom": "^20.8.9",
"obsidian": "latest",
"oxfmt": "^0.50.0",
"oxlint": "^1.65.0",
"oxlint-tsgolint": "^0.22.1",
"typescript": "6.0.2",
"vite": "^8.0.8",
"vitest": "^4.1.4"
},
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800"
}