mara-li_obsidian-simple-col.../package.json
2025-03-19 16:59:44 +01:00

51 lines
1.5 KiB
JSON

{
"name": "simple-colored-folder",
"version": "0.0.5",
"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/bun": "^1.2.5",
"@types/node": "^22.13.10",
"builtin-modules": "5.0.0",
"esbuild": "0.25.1",
"i18next": "^24.2.3",
"obsidian": "^1.8.7",
"tslib": "2.8.1",
"typescript": "^5.8.2",
"uniformize": "^2.4.0"
},
"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",
"obsidian-typings": "^2.35.0"
},
"trustedDependencies": [
"@biomejs/biome",
"esbuild"
]
}