allegro/package.json

51 lines
1.6 KiB
JSON
Raw Normal View History

2019-12-18 05:07:43 +00:00
{
"name": "allegro",
chore(release): v0.36.0 [skip ci] # [0.36.0](https://gitlab.com/fedran/allegro/compare/v0.35.2...v0.36.0) (2022-08-29) ### Bug Fixes * cleaning up the final fight ([8ecc033](https://gitlab.com/fedran/allegro/commit/8ecc03382c2a0919dba4276436b8abd75b3840d0)) * cleaning up the Marin/Junith confusion ([6115da4](https://gitlab.com/fedran/allegro/commit/6115da4f34d2724c4f482220635ade8f6e253ee5)) * editing previous chapters ([1f888b7](https://gitlab.com/fedran/allegro/commit/1f888b76ca040ba9be9d0b83c8a44d1e6361bf4c)) * tweaking and adding details ([de246ec](https://gitlab.com/fedran/allegro/commit/de246ec4b8365f843d34389f52a3b9126a844a3f)) * tweaking forty and forty-one ([7b88da6](https://gitlab.com/fedran/allegro/commit/7b88da613689f35fa754c057807c5b24592cc625)) * tweaking Miska details and motivations ([0b1395d](https://gitlab.com/fedran/allegro/commit/0b1395d6fd79ccc5bc63d4c9e182a9da1cbb05ff)) * tweaking some of the Jaimi language ([299af9b](https://gitlab.com/fedran/allegro/commit/299af9bcec971d20ac71d729fbfa2f15f983d185)) ### Features * drafted fifty-one through fifty-four ([cc68154](https://gitlab.com/fedran/allegro/commit/cc68154cd0a18dfc7832193d745941cc41f90441)) * drafted forty and forty-one ([a291db9](https://gitlab.com/fedran/allegro/commit/a291db9e77b87f671ce9d48252063686a7364028)) * drafted forty-eight through fifty ([b88c771](https://gitlab.com/fedran/allegro/commit/b88c7710b787c4e5957cfd860774f40f62d1250b)) * drafted forty-five through forty-seven ([4d04cd6](https://gitlab.com/fedran/allegro/commit/4d04cd6b7c4877adc2cf937f679d9cea364f3a6c)) * drafted forty-three ([897d486](https://gitlab.com/fedran/allegro/commit/897d486ca69d7db629b4aa6abd54b0fbf5b9cbfc)) * drafted forty-two ([bacd686](https://gitlab.com/fedran/allegro/commit/bacd686814e39228d58cbef0c53501a60b495f90)) * drafted fourty-four ([b3f05c5](https://gitlab.com/fedran/allegro/commit/b3f05c5e9c095ff6fb730bd563b6dca7de095db0)) * drafted the entire novel ([3769ebd](https://gitlab.com/fedran/allegro/commit/3769ebd636d1526ef16abed44b80e95b11221fbf))
2022-08-29 00:28:55 +00:00
"version": "0.36.0",
2022-10-13 13:53:17 +00:00
"private": true,
"description": "\"Allegro\" is a novel by D. Moonfire.",
"author": {
"name": "D. Moonfire"
},
"license": "CC-BY-NC-SA-4.0",
"repository": {
"type": "git",
2022-10-13 13:53:17 +00:00
"url": "git+https://src.mfgames.com/fedran-sources/allegro.git"
},
"homepage": "https://fedran.com/allegro/",
2019-12-18 05:07:43 +00:00
"scripts": {
"build:pdf": "mfgames-writing-format build pdf",
"build:epub": "mfgames-writing-format build epub",
2022-08-01 15:38:27 +00:00
"build:docx": "mfgames-writing-format build docx",
"build": "run-s build:*",
2022-10-13 13:53:17 +00:00
"prepare": "husky install"
},
"dependencies": {
"@fedran/writing-hyphen": "^1.0.0",
2022-08-01 15:38:27 +00:00
"@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",
2022-10-13 13:53:17 +00:00
"markdown-it-multimd-table": "^4.1.3"
},
"devDependencies": {
2022-08-01 15:38:27 +00:00
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
2022-10-13 13:53:17 +00:00
"@saithodev/semantic-release-gitea": "^2.1.0",
2022-08-01 15:38:27 +00:00
"@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",
2022-08-12 20:18:12 +00:00
"markdowny": "^0.2.1",
2022-08-01 15:38:27 +00:00
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"semantic-release": "^18.0.1"
2022-08-12 20:18:12 +00:00
}
2019-12-18 05:07:43 +00:00
}