mirror of
https://github.com/sean2077/obsidian-dynamic-theme-background.git
synced 2026-07-22 16:40:29 +00:00
28 lines
No EOL
903 B
JSON
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"
|
|
}
|
|
} |