may-i-lead-this-dance/package.json

51 lines
1.7 KiB
JSON
Raw Normal View History

2019-06-08 21:59:43 +00:00
{
2022-10-13 13:58:28 +00:00
"name": "may-i-lead-this-dance",
chore(release): v1.0.0 [skip ci] # 1.0.0 (2022-10-17) ### Bug Fixes * adding in standard build ([39bb854](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/39bb85442ff06f52efdeecf0f066cda9ee00c820)) * corrected typo of a double quote ([a4f8337](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/a4f83378bca7e40e0b834813783d41d8f6dd9832)) * edited chapters one through seven ([dcad42a](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/dcad42af13fa11c77e855a0daff5cf1ce286b702)) * edited one through three ([7b1a523](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/7b1a5238dd8118e889a40a1133c543fa756c8f89)) * editing chapters ([83254bf](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/83254bfef87035e14659171019f561a160082535)) * editing chapters ([398b01e](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/398b01e781ac62e16b2e75853fede01c0497505f)) * editing one ([99f91e3](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/99f91e3bebf341c72b3cabaaa024782406ecb4e8)) * editing one through three ([5f991e4](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/5f991e48e335350d00bd5b431cdd8a23288763fa)) * editing two through six ([5a38173](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/5a3817335893f9e4c0bc52d5ac6684a579f84647)) * integrated feedback from writing group ([7cd1974](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/7cd197497fc8a4da265b02f39b214214ac1cee89)) * integrated feedback from writing group ([1fe9247](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/1fe924724e847abb7bb635ad345da93f595059d9)) * integrating edits from writing group ([ec454a3](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/ec454a3338961c516e41867360c70bd5c68a7e1e)) * integrating feedback from writing group ([837a6f4](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/837a6f4e27c0d92a839e88cc7dd8029caef5d085)) * minor fix in one ([7275aa8](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/7275aa88c980566f31ed6006eeea3824c4f3e0de)) * retitling last chapter ([fdbae1b](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/fdbae1bcb53a34005ffd18207f5126c79a99f117)) * showing some of the POV switches of identity ([aa6bfb4](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/aa6bfb48ae547544f7812ef47ae31c5a93f3af7a)) * updating build ([67ab26f](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/67ab26f8c8820d25cbfc67314c9d69f215c5d9c5)) * working on pronoun transition ([c2f1080](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/c2f108092f40575a2157e815111c7358118eeef5)) ### Features * drafted chapters one through three, working on four ([ff7ec00](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/ff7ec003d20b263f4176a7aa918279c308d7dcb8)) * drafted eight through ten ([dc5b0d1](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/dc5b0d1f8f9fb3cdd94c8d7d5a73db7fb8f4db7b)) * drafted five ([d22e867](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/d22e86756f8c20386e36d45abb6e5c4aba6c10f3)) * drafted six and seven ([9ad9027](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/9ad90270e2293b6313db6cababf812602c940565)) * drafted thirteen ([fbe892d](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/fbe892d410b87a5cbf8387dd1f5dea27673b0b44)) * drafting seven and eight ([31b0103](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/31b01030c58268a723776bf0bb61fd383a4efc68)) * expanding chapters ([8adb754](https://src.mfgames.com/fedran-sources/may-i-lead-this-dance/commit/8adb754d9ec3233dd21021ff65ddc1de61b13edf))
2022-10-17 05:00:17 +00:00
"version": "1.0.0",
2022-10-13 13:58:28 +00:00
"private": true,
"description": "\"May I Lead This Dance\" is a novelette by D. Moonfire.",
"author": {
"name": "D. Moonfire"
2019-06-08 21:59:43 +00:00
},
2022-10-13 13:58:28 +00:00
"license": "CC-BY-NC-SA-4.0",
"repository": {
"type": "git",
"url": "git+https://src.mfgames.com/fedran-sources/may-i-lead-this-dance.git"
2019-06-08 21:59:43 +00:00
},
2022-10-13 13:58:28 +00:00
"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"
2019-06-08 21:59:43 +00:00
},
"dependencies": {
2022-10-13 13:58:28 +00:00
"@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"
2019-06-08 21:59:43 +00:00
}
}