sand-and-bone/package.json

51 lines
1.6 KiB
JSON
Raw Normal View History

2018-04-08 05:33:30 +00:00
{
"name": "sand-and-bone",
"version": "2.0.3",
2022-10-13 14:00:28 +00:00
"private": true,
"description": "\"Sand and Bone\" is a novel by D. Moonfire.",
"author": {
"name": "D. Moonfire"
2018-08-26 07:07:06 +00:00
},
2018-04-08 05:33:30 +00:00
"license": "CC-BY-NC-SA-4.0",
"repository": {
"type": "git",
2022-10-13 14:00:28 +00:00
"url": "git+https://src.mfgames.com/fedran-sources/sand-and-bone.git"
2018-04-08 05:33:30 +00:00
},
"homepage": "https://fedran.com/sand-and-bone/",
"scripts": {
2018-08-26 06:56:18 +00:00
"build:pdf": "mfgames-writing-format build pdf",
2019-04-16 00:16:37 +00:00
"build:epub": "mfgames-writing-format build epub",
2022-10-13 14:00:28 +00:00
"build:docx": "mfgames-writing-format build docx",
"build": "run-s build:*",
"prepare": "husky install"
2018-04-08 05:33:30 +00:00
},
"dependencies": {
2018-08-26 06:56:18 +00:00
"@fedran/writing-hyphen": "^1.0.0",
2022-10-13 14:00:28 +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",
2018-08-26 06:56:18 +00:00
"@mfgames-writing/guillemet": "^1.0.0",
2022-10-13 14:00:28 +00:00
"@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"
2018-08-26 06:56:18 +00:00
},
"devDependencies": {
2022-10-13 14:00:28 +00:00
"@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"
}
2018-04-08 05:33:30 +00:00
}