mirror of
https://github.com/ebullient/obsidian-theme-ebullientworks.git
synced 2026-07-22 03:10:29 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"name": "obsidian-theme-ebullientworks",
|
|
"version": "0.7.20",
|
|
"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 --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.4.0",
|
|
"chokidar": "^3.5.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"sass": "^1.69.5"
|
|
},
|
|
"auto-changelog": {
|
|
"backfillLimit": false,
|
|
"commitLimit": false,
|
|
"ignoreCommitPattern": "(🔖|🔨|changelog|.* README\\.).*"
|
|
}
|
|
}
|