coins-for-your-troubles/package.json

51 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2019-06-21 05:51:27 +00:00
{
2022-10-13 13:54:27 +00:00
"name": "coins-for-your-troubles",
chore(release): v1.0.0 [skip ci] # 1.0.0 (2022-10-15) ### Bug Fixes * adding in standard build ([2e41d82](https://src.mfgames.com/fedran-sources/coins-for-your-troubles/commit/2e41d82be06f4bd08ad123f4b89e9f1fdf84e763)) * found some typos with a read ([69d0f37](https://src.mfgames.com/fedran-sources/coins-for-your-troubles/commit/69d0f37e44111eb9c55b287f6fd2ce23e658f708)) * minor edits on two ([8a3e990](https://src.mfgames.com/fedran-sources/coins-for-your-troubles/commit/8a3e990bd218ff9b03fd105c1d374c6cf5f2fb33)) * updating build ([6904b5c](https://src.mfgames.com/fedran-sources/coins-for-your-troubles/commit/6904b5c40e0e8bf0d03d4ffac239c364859369d7)) ### Features * drafted chapters one and two ([5ff92a3](https://src.mfgames.com/fedran-sources/coins-for-your-troubles/commit/5ff92a3fe678779e12bb7d5320cfbaab8b37c595)) * drafted eight ([d59f93a](https://src.mfgames.com/fedran-sources/coins-for-your-troubles/commit/d59f93acb982ecb6a7ebab71e577c429488c7aab)) * drafted eleven through fourteen ([83ddbe4](https://src.mfgames.com/fedran-sources/coins-for-your-troubles/commit/83ddbe48d297c8d4f4ae3e9acb517a18cd156d53)) * drafted five ([9ca2be2](https://src.mfgames.com/fedran-sources/coins-for-your-troubles/commit/9ca2be2bbfdcefa373c120702e6086eb83c05e2d)) * drafted nine ([4419267](https://src.mfgames.com/fedran-sources/coins-for-your-troubles/commit/4419267a02908c52a1682977c3aeba946c1b69ad)) * drafted seven, added quotes to five and six ([5ff4186](https://src.mfgames.com/fedran-sources/coins-for-your-troubles/commit/5ff4186e8e2bf3714b8cbb0146e121cf12c73a93)) * drafted six ([54fa5d2](https://src.mfgames.com/fedran-sources/coins-for-your-troubles/commit/54fa5d23a8d4d244b5aafb2672c5cc211f6da8d2)) * drafted ten ([52a283c](https://src.mfgames.com/fedran-sources/coins-for-your-troubles/commit/52a283c8e205b52d7529e160e5bed208af78fda9)) * drafted three and four ([71a592f](https://src.mfgames.com/fedran-sources/coins-for-your-troubles/commit/71a592f527a9d32caf3a744d2b4e73c894e12561))
2022-10-15 17:50:13 +00:00
"version": "1.0.0",
2022-10-13 13:54:27 +00:00
"private": true,
"description": "\"Coins for Your Troubles\" is a novelette by D. Moonfire.",
"author": {
"name": "D. Moonfire"
2019-06-21 05:51:27 +00:00
},
2022-10-13 13:54:27 +00:00
"license": "CC-BY-NC-SA-4.0",
"repository": {
"type": "git",
"url": "git+https://src.mfgames.com/fedran-sources/coins-for-your-troubles.git"
2019-06-21 05:51:27 +00:00
},
2022-10-13 13:54:27 +00:00
"homepage": "https://fedran.com/coins-for-your-troubles/",
"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-21 05:51:27 +00:00
},
"dependencies": {
2022-10-13 13:54:27 +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-21 05:51:27 +00:00
}
}