1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2024-11-30 08:06:47 +02:00
The-API-Book/package.json
Sergey Konstantinov 900d3759a5 graph builder
2022-07-18 00:08:54 +03:00

18 lines
546 B
JSON

{
"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": {
"@twirl/book-builder": "0.0.12",
"html-docx-js": "^0.3.1",
"puppeteer": "^13.1.2"
},
"scripts": {
"build": "node build.mjs",
"build-docx": "node build-docx.mjs",
"build-graphs": "node build-graphs.mjs"
}
}