1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2025-02-04 18:21:47 +02:00
The-API-Book/package.json

17 lines
617 B
JSON
Raw Normal View History

2020-11-05 12:14:16 +03:00
{
"description": "A book on APIs",
"homepage": "https://github.com/twirl/The-API-Book",
"license": "CC-BY-NC-4.0",
"author": "Sergey Konstantinov <twirl-team@yandex.ru>",
"repository": "github.com:twirl/The-API-Book",
"devDependencies": {
"html-pdf": "^2.2.0",
"percollate": "^1.0.1",
"showdown": "^1.9.1"
},
"scripts": {
"build-html": "node build_html.js | percollate html -o ./dist/API.ru.html --style=./src/style.css -",
"build-pdf": "node build_pdf.js | percollate pdf -o ./dist/API.ru.pdf --style=./src/style.css -"
}
}