andrii256_ops_obsidian_smar.../package.json
Andrii Hrushetskyi fa5af5a3be updated versions
2025-03-13 01:02:41 +01:00

28 lines
825 B
JSON

{
"name": "smart-day-night-switcher",
"version": "1.0.1",
"description": "This plugin intelligently determines sunrise and sunset times and automatically switches the color scheme to light or dark mode.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"suncalc": "^1.9.0",
"ts-debounce": "^4.0.0"
}
}