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

19 lines
613 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": {
2022-08-27 22:07:11 +02:00
"@twirl/book-builder": "0.0.17",
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",
2022-07-17 23:08:54 +02:00
"puppeteer": "^13.1.2"
2020-11-05 11:14:16 +02:00
},
"scripts": {
2021-12-09 21:22:00 +02:00
"build": "node build.mjs",
2022-07-17 23:08:54 +02:00
"build-docx": "node build-docx.mjs",
2022-08-27 22:07:11 +02:00
"build:watch": "nodemon -e md,js,mjs,css,json --exec npm run build ru html"
2020-11-05 11:14:16 +02:00
}
}