mirror of
https://github.com/mara-li/obsidian-simple-colored-folder.git
synced 2026-07-22 05:46:20 +00:00
48 lines
No EOL
1.4 KiB
JSON
48 lines
No EOL
1.4 KiB
JSON
{
|
|
"name": "simple-colored-folder",
|
|
"version": "0.0.0",
|
|
"description": "Automagically add color to root folder, and customize it with Style Settings.",
|
|
"main": "main.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"prebuild": "tsc --noEmit --skipLibCheck",
|
|
"build": "node esbuild.config.mjs --production",
|
|
"dev:prod": "node esbuild.config.mjs --vault",
|
|
"dev": "node esbuild.config.mjs",
|
|
"export": "node esbuild.config.mjs --production --vault",
|
|
"bump": "dotenv -- node commit-and-tag-version.mjs",
|
|
"postbump": "dotenv -- if-env SKIP_POST_BUMP=true && echo skip bump || git push --follow-tags origin master",
|
|
"predeploy": "bun run bump",
|
|
"deploy": "pnpm run export",
|
|
"lint": "pnpm biome format --write src/"
|
|
},
|
|
"engines": {
|
|
"node": "^22.2.0"
|
|
},
|
|
"keywords": [],
|
|
"author": "Mara-Li",
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@types/node": "^22.13.10",
|
|
"builtin-modules": "5.0.0",
|
|
"i18next": "^24.2.3",
|
|
"esbuild": "0.25.1",
|
|
"obsidian": "^1.8.7",
|
|
"tslib": "2.8.1",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"dependencies": {
|
|
"@delucis/if-env": "^1.1.2",
|
|
"ansi-colors": "^4.1.3",
|
|
"commander": "^13.1.0",
|
|
"commit-and-tag-version": "^12.5.0",
|
|
"dedent": "^1.5.3",
|
|
"dotenv": "^16.4.7",
|
|
"dotenv-cli": "^8.0.0"
|
|
},
|
|
"trustedDependencies": [
|
|
"@biomejs/biome",
|
|
"esbuild"
|
|
]
|
|
} |