mirror of
https://github.com/playmean/obsidian-event-highlight-plugin.git
synced 2026-07-22 05:44:13 +00:00
26 lines
859 B
JSON
26 lines
859 B
JSON
{
|
|
"name": "obsidian-event-highlight-plugin",
|
|
"version": "0.0.0",
|
|
"description": "Render colored bars with relative event dates",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"release": "npm run build && ./release.sh"
|
|
},
|
|
"author": "playmean",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
|
|
"@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",
|
|
"prettier": "^3.3.3",
|
|
"semverity": "^0.3.0",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|