1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2025-01-05 10:20:22 +02:00
The-API-Book/package.json
2022-12-21 00:51:38 +02:00

19 lines
613 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.19",
"html-docx-js": "^0.3.1",
"nodemon": "^2.0.19",
"puppeteer": "^13.1.2"
},
"scripts": {
"build": "node build.mjs",
"build-docx": "node build-docx.mjs",
"build:watch": "nodemon -e md,js,mjs,css,json --exec npm run build ru html"
}
}