ebullient_obsidian-theme-eb.../package.json
github-actions eb01823e13 🔖 0.4.0
2022-07-31 18:48:02 +00:00

37 lines
1.1 KiB
JSON

{
"name": "obsidian-theme-ebullientworks",
"version": "0.4.0",
"private": true,
"description": "An Obsidian Theme",
"author": "Erin Schnabel",
"license": "MIT",
"homepage": "https://github.com/ebullient",
"scripts": {
"build": "npx gulp css",
"dev": "npx gulp dev",
"version": "auto-changelog -p && npx gulp css && git add -u",
"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"
},
"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.3.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-watch": "^5.0.1",
"sass": "^1.43.2"
},
"auto-changelog": {
"backfillLimit": false,
"commitLimit": false,
"ignoreCommitPattern": "(🔖|🔨|changelog|.* README\\.).*"
}
}