sean2077_obsidian-dynamic-t.../package.json
sean2077 7a1b586583 build: Update dependency versions & add github-actions that automatically update dependencies & remove redundant files
更新依赖版本 & 添加自动更新依赖的 github-action & 移除冗余文件
2025-08-08 09:45:50 +08:00

28 lines
No EOL
903 B
JSON

{
"name": "obsidian-dynamic-theme-background-plugin",
"version": "2.4.1",
"description": "A plugin for Obsidian that dynamically changes the background based on time of day and user settings.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"fmt": "prettier --write src/**/*.ts"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^24.2.0",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"builtin-modules": "^5.0.0",
"typescript": "^5.0.0",
"tslib": "^2.5.0",
"esbuild": "^0.25.8",
"obsidian": "latest",
"prettier": "latest"
},
"dependencies": {
"jsonpath-plus": "^10.3.0"
}
}