2020-11-05 11:14:16 +02:00
|
|
|
{
|
2023-04-10 22:03:07 +02:00
|
|
|
"description": "“The API” book by Sergey Konstantinov",
|
2020-11-05 11:14:16 +02:00
|
|
|
"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",
|
2023-04-25 09:35:00 +02:00
|
|
|
"version": "2.0.0",
|
2020-11-05 11:14:16 +02:00
|
|
|
"devDependencies": {
|
2023-05-13 14:01:14 +02:00
|
|
|
"@twirl/book-builder": "0.0.23",
|
2022-07-17 23:08:54 +02:00
|
|
|
"html-docx-js": "^0.3.1",
|
2022-08-27 22:07:11 +02:00
|
|
|
"nodemon": "^2.0.19",
|
2023-07-23 12:48:09 +02:00
|
|
|
"puppeteer": "^13.1.2",
|
|
|
|
"typescript": "^5.1.6"
|
2020-11-05 11:14:16 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-12-09 21:22:00 +02:00
|
|
|
"build": "node build.mjs",
|
2023-04-09 23:51:45 +02:00
|
|
|
"build-v1": "node build-v1.mjs",
|
2023-06-15 22:27:11 +02:00
|
|
|
"build-graphs": "node build-graphs.mjs",
|
2023-05-28 19:06:49 +02:00
|
|
|
"build-clean": "node build.mjs --clean"
|
2020-11-05 11:14:16 +02:00
|
|
|
}
|
|
|
|
}
|