2b5c7123e9
# [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
](8ecc03382c
)) * cleaning up the Marin/Junith confusion ([6115da4
](6115da4f34
)) * editing previous chapters ([1f888b7
](1f888b76ca
)) * tweaking and adding details ([de246ec
](de246ec4b8
)) * tweaking forty and forty-one ([7b88da6
](7b88da6136
)) * tweaking Miska details and motivations ([0b1395d
](0b1395d6fd
)) * tweaking some of the Jaimi language ([299af9b
](299af9bcec
)) ### Features * drafted fifty-one through fifty-four ([cc68154
](cc68154cd0
)) * drafted forty and forty-one ([a291db9
](a291db9e77
)) * drafted forty-eight through fifty ([b88c771
](b88c7710b7
)) * drafted forty-five through forty-seven ([4d04cd6
](4d04cd6b7c
)) * drafted forty-three ([897d486
](897d486ca6
)) * drafted forty-two ([bacd686
](bacd686814
)) * drafted fourty-four ([b3f05c5
](b3f05c5e9c
)) * drafted the entire novel ([3769ebd
](3769ebd636
))
67 lines
2.3 KiB
JSON
67 lines
2.3 KiB
JSON
{
|
|
"name": "allegro",
|
|
"private": true,
|
|
"version": "0.36.0",
|
|
"fedran": {
|
|
"pov": "0037",
|
|
"vol": "00"
|
|
},
|
|
"description": "A novel by D. Moonfire",
|
|
"author": "D. Moonfire",
|
|
"license": "CC-BY-NC-SA-4.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/fedran/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:*",
|
|
"prebuild": "npm run format",
|
|
"bundle": "tar -cjf $npm_package_name.tar.bz2 *.epub *.pdf",
|
|
"prebundle": "npm run build",
|
|
"upload": "aws --endpoint-url https://$AWS_ENDPOINT s3 cp --acl public-read $npm_package_name.tar.bz2 s3://$AWS_BUCKET/$npm_package_name.tar.bz2",
|
|
"preupload": "npm run bundle",
|
|
"test:epubcheck": "epubcheck *.epub",
|
|
"prepare": "husky install",
|
|
"format": "run-s format:*",
|
|
"format:prettier": "prettier . --write --loglevel warn",
|
|
"format:nix": "nixfmt flake.nix",
|
|
"test": "run-s test:*",
|
|
"test:commits": "commitlint-gitlab-ci -x @commitlint/config-conventional"
|
|
},
|
|
"dependencies": {
|
|
"@fedran/lint": "^0.1.0",
|
|
"@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.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^15.0.0",
|
|
"@commitlint/config-conventional": "^15.0.0",
|
|
"@semantic-release/changelog": "^6.0.1",
|
|
"@semantic-release/exec": "^6.0.3",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/gitlab": "^7.0.4",
|
|
"@semantic-release/npm": "^8.0.3",
|
|
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
"commitizen": "^2.10.1",
|
|
"commitlint-gitlab-ci": "^0.0.4",
|
|
"cz-conventional-changelog": "^2.1.0",
|
|
"husky": "^7.0.2",
|
|
"markdowny": "^0.2.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.0.5",
|
|
"semantic-release": "^18.0.1"
|
|
}
|
|
}
|