sand-and-bone/package.json

28 lines
827 B
JSON

{
"name": "sand-and-bone",
"private": true,
"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://git.mfgames.com/dmoonfire/sand-and-bone.git"
},
"homepage": "https://fedran.com/sand-and-bone/",
"scripts": {
"build:epub": "./node_modules/.bin/mfgames-writing-format build epub",
"build:pdf": "./node_modules/.bin/mfgames-writing-format build pdf",
"build": "npm run build:epub && npm run build:pdf"
},
"dependencies": {
"fedran-hyphen": "^0.2.0",
"fedran-theme": "^1.1.0",
"mfgames-writing-epub": "^1.0.1",
"mfgames-writing-format": "^1.0.1",
"mfgames-writing-hyphen": "^0.4.2",
"mfgames-writing-weasyprint": "^3.0.1",
"url": "^0.11.0"
}
}