ebullient_obsidian-theme-eb.../package.json
GitHub Action b75748ca35 🔖 2.0.1
2026-07-16 23:33:35 +00:00

42 lines
1.5 KiB
JSON

{
"name": "obsidian-theme-ebullientworks",
"version": "2.0.1",
"private": true,
"description": "An Obsidian Theme",
"author": "Erin Schnabel",
"license": "MIT",
"homepage": "https://github.com/ebullient",
"scripts": {
"build": "npx sass --no-source-map --stop-on-error src:dist",
"push": "node build-push.mjs",
"dev": "npm-run-all --parallel watch:scss watch:css",
"watch:scss": "npx sass --watch --poll --embed-source-map src:dist",
"watch:css": "node build-dev.mjs",
"preversion": "npm run build",
"version": "auto-changelog -p && node .github/prerelease.mjs && cp -v dist/*.css .",
"release-notes": "run() { auto-changelog --stdout --hide-credit --hide-empty-releases --template .github/changelog.hbs -v $1 --starting-version $1 > release-notes.md; }; run",
"test-version": "auto-changelog -p && node .github/prerelease.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebullient/obsidian-theme-ebullientworks.git"
},
"bugs": {
"url": "https://github.com/ebullient/obsidian-theme-ebullientworks/issues"
},
"devDependencies": {
"auto-changelog": "^2.6.0",
"chokidar": "^5.0.0",
"npm-run-all": "^4.1.5",
"sass": "^1.101.0"
},
"auto-changelog": {
"backfillLimit": false,
"commitLimit": false,
"ignoreCommitPattern": "(🔖|🔨|changelog|.* README\\.).*",
"replaceText": {
"([;.,] [rR]esolves) #\\d+\\.?\\s*$": "$1",
"([;.,] [Ff]ixes) #\\d+\\.?\\s*$": "$1"
}
}
}