1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2024-12-12 08:24:05 +02:00
The-API-Book/package.json

16 lines
463 B
JSON
Raw Normal View History

2020-11-05 11:14:16 +02: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": {
2021-12-09 21:22:00 +02:00
"@twirl/book-builder": "0.0.10",
"html-docx-js": "^0.3.1"
2020-11-05 11:14:16 +02:00
},
"scripts": {
2021-12-09 21:22:00 +02:00
"build": "node build.mjs",
"build-docx": "node build-docx.mjs"
2020-11-05 11:14:16 +02:00
}
}