mirror of
https://github.com/jacobtread/obsidian-timekeep.git
synced 2026-07-22 10:10:27 +00:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "obsidian-timekeep",
|
|
"version": "1.16.0",
|
|
"description": "Obsidian plugin for time tracking",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node scripts/dev.js",
|
|
"build": "node scripts/build.js",
|
|
"version": "node scripts/version-bump.mjs && git add manifest.json versions.json",
|
|
"lint": "eslint src",
|
|
"format": "prettier -w src",
|
|
"test": "jest --coverage"
|
|
},
|
|
"keywords": [],
|
|
"author": "Jacobtread",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^16.11.6",
|
|
"@types/pdfmake": "^0.3.2",
|
|
"@typescript-eslint/eslint-plugin": "8.57.2",
|
|
"@typescript-eslint/parser": "8.57.2",
|
|
"builtin-modules": "^3.3.0",
|
|
"chokidar": "^5.0.0",
|
|
"esbuild": "^0.27.4",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-perfectionist": "^5.7.0",
|
|
"jest": "^30.3.0",
|
|
"obsidian": "latest",
|
|
"prettier": "^3.8.1",
|
|
"ts-jest": "^29.4.6",
|
|
"typescript": "5.9.2"
|
|
},
|
|
"dependencies": {
|
|
"moment": "^2.30.1",
|
|
"pdfmake": "^0.3.7",
|
|
"uuid": "^11.0.5",
|
|
"zod": "^4.3.6"
|
|
}
|
|
}
|