allegro/package.json
semantic-release-bot f9150d27e2 chore(release): v0.36.4 [skip ci]
## [0.36.4](https://src.mfgames.com/fedran-sources/allegro/compare/v0.36.3...v0.36.4) (2023-06-26)

### Bug Fixes

* corrected some doubled words ([c14d619](c14d6199f1))
* corrected uppercase letters ([8c81ba3](8c81ba3c1a))
* edited five and six ([ef0c93c](ef0c93c4a7))
* edited one and two ([aeb972d](aeb972d9c1))
* integrated edits for four ([d9513e9](d9513e9b68))
* integrated edits from seven and eight ([12e62cd](12e62cd7bc))
* integrated more edits ([38c6e22](38c6e22865))
* preparing for Noble Pen submission ([926e375](926e375650))
2023-06-26 00:33:22 +00:00

51 lines
1.6 KiB
JSON

{
"name": "allegro",
"version": "0.36.4",
"private": true,
"description": "\"Allegro\" is a novel by D. Moonfire.",
"author": {
"name": "D. Moonfire"
},
"license": "CC-BY-NC-SA-4.0",
"repository": {
"type": "git",
"url": "git+https://src.mfgames.com/fedran-sources/allegro.git"
},
"homepage": "https://fedran.com/allegro/",
"scripts": {
"build:pdf": "mfgames-writing-format build pdf",
"build:epub": "mfgames-writing-format build epub",
"build:docx": "mfgames-writing-format build docx",
"build": "run-s build:*",
"prepare": "husky install"
},
"dependencies": {
"@fedran/writing-hyphen": "^1.0.0",
"@fedran/writing-theme": "^4.0.2",
"@mfgames-writing/contracts": "^4.4.0",
"@mfgames-writing/docx-format": "^1.0.2",
"@mfgames-writing/epub2-format": "^2.1.1",
"@mfgames-writing/format": "^3.3.1",
"@mfgames-writing/guillemet": "^1.0.0",
"@mfgames-writing/hyphen-pipeline": "^1.0.2",
"@mfgames-writing/liquid-theme": "^2.1.1",
"@mfgames-writing/weasyprint-format": "^5.0.4",
"markdown-it-multimd-table": "^4.1.3"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@saithodev/semantic-release-gitea": "^2.1.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^8.0.3",
"@semantic-release/release-notes-generator": "^10.0.3",
"husky": "^7.0.2",
"markdowny": "^0.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"semantic-release": "^18.0.1"
}
}