may-i-lead-this-dance/package.json
semantic-release-bot ff5aa9e629 chore(release): v1.0.0 [skip ci]
# 1.0.0 (2022-10-17)

### Bug Fixes

* adding in standard build ([39bb854](39bb85442f))
* corrected typo of a double quote ([a4f8337](a4f83378bc))
* edited chapters one through seven ([dcad42a](dcad42af13))
* edited one through three ([7b1a523](7b1a5238dd))
* editing chapters ([83254bf](83254bfef8))
* editing chapters ([398b01e](398b01e781))
* editing one ([99f91e3](99f91e3beb))
* editing one through three ([5f991e4](5f991e48e3))
* editing two through six ([5a38173](5a38173358))
* integrated feedback from writing group ([7cd1974](7cd197497f))
* integrated feedback from writing group ([1fe9247](1fe924724e))
* integrating edits from writing group ([ec454a3](ec454a3338))
* integrating feedback from writing group ([837a6f4](837a6f4e27))
* minor fix in one ([7275aa8](7275aa88c9))
* retitling last chapter ([fdbae1b](fdbae1bcb5))
* showing some of the POV switches of identity ([aa6bfb4](aa6bfb48ae))
* updating build ([67ab26f](67ab26f8c8))
* working on pronoun transition ([c2f1080](c2f108092f))

### Features

* drafted chapters one through three, working on four ([ff7ec00](ff7ec003d2))
* drafted eight through ten ([dc5b0d1](dc5b0d1f8f))
* drafted five ([d22e867](d22e86756f))
* drafted six and seven ([9ad9027](9ad90270e2))
* drafted thirteen ([fbe892d](fbe892d410))
* drafting seven and eight ([31b0103](31b01030c5))
* expanding chapters ([8adb754](8adb754d9e))
2022-10-17 05:00:17 +00:00

51 lines
1.7 KiB
JSON

{
"name": "may-i-lead-this-dance",
"version": "1.0.0",
"private": true,
"description": "\"May I Lead This Dance\" is a novelette 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/may-i-lead-this-dance.git"
},
"homepage": "https://fedran.com/may-i-lead-this-dance/",
"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"
}
}