26 lines
735 B
JSON
26 lines
735 B
JSON
|
{
|
||
|
"name": "sand-and-ash",
|
||
|
"version": "1.1.0",
|
||
|
"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/sand-and-ash.git"
|
||
|
},
|
||
|
"homepage": "https://fedran.com/sand-and-ash/",
|
||
|
"scripts": {
|
||
|
"build:pdf": "mfgames-writing-format build pdf",
|
||
|
"build:epub": "mfgames-writing-format build epub",
|
||
|
"build": "npm run build:pdf && npm run build:epub"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"fedran-hyphen": "^0.2.0",
|
||
|
"fedran-theme": "^1.0.1",
|
||
|
"mfgames-writing-epub": "^1.0.1",
|
||
|
"mfgames-writing-format": "^1.0.1",
|
||
|
"mfgames-writing-hyphen": "^0.4.2",
|
||
|
"mfgames-writing-weasyprint": "^3.0.1"
|
||
|
}
|
||
|
}
|