mirror of
https://github.com/jqml/style-controller.git
synced 2026-07-22 08:28:02 +00:00
30 lines
835 B
JSON
30 lines
835 B
JSON
{
|
|
"name": "style-controller",
|
|
"version": "0.1.3",
|
|
"description": "Manage reusable style profiles, path overrides, and visual settings through a native settings interface.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"test": "node --test tests/*.test.mjs",
|
|
"lint": "eslint .",
|
|
"check": "npm run lint && tsc -noEmit -skipLibCheck"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"plugin",
|
|
"styles",
|
|
"profiles"
|
|
],
|
|
"author": "JQML",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.30",
|
|
"@typescript-eslint/parser": "^8.64.0",
|
|
"esbuild": "^0.28.1",
|
|
"eslint": "^9.39.5",
|
|
"eslint-plugin-obsidianmd": "^0.4.1",
|
|
"obsidian": "^1.13.0",
|
|
"typescript": "^5.4.2"
|
|
}
|
|
}
|