57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "songbird-in-the-kitchen",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build:epub": "mfgames-writing-format build epub",
|
|
"build:pdf": "mfgames-writing-format build pdf",
|
|
"build": "npm run build:epub && npm run build:pdf"
|
|
},
|
|
"release": {
|
|
"branch": "master",
|
|
"message": "chore(release): v${nextRelease.version}\n\n${nextRelease.notes}",
|
|
"verifyConditions": [
|
|
"@semantic-release/changelog",
|
|
"@semantic-release/git"
|
|
],
|
|
"analyzeCommits": [
|
|
"@semantic-release/commit-analyzer"
|
|
],
|
|
"prepare": [
|
|
"@semantic-release/changelog",
|
|
"@semantic-release/git"
|
|
],
|
|
"publish": [],
|
|
"success": [],
|
|
"fail": []
|
|
},
|
|
"commitlint": {
|
|
"extends": [
|
|
"@commitlint/config-conventional"
|
|
]
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@commitlint/cli": "^8.2.0",
|
|
"@commitlint/config-conventional": "^8.2.0",
|
|
"@fedran/writing-theme": "^2.0.2",
|
|
"@mfgames-writing/epub2": "^1.1.3",
|
|
"@mfgames-writing/format": "^2.0.0",
|
|
"@mfgames-writing/hyphen": "^0.4.3",
|
|
"@mfgames-writing/weasyprint": "^4.0.0",
|
|
"@semantic-release/changelog": "^3.0.6",
|
|
"@semantic-release/git": "^7.0.18",
|
|
"cz-conventional-changelog": "^3.0.2",
|
|
"husky": "^3.1.0",
|
|
"semantic-release": "^15.13.31"
|
|
}
|
|
}
|