{ "description": "“The API” book by Sergey Konstantinov", "homepage": "https://github.com/twirl/The-API-Book", "license": "CC-BY-NC-4.0", "author": "Sergey Konstantinov ", "repository": "github.com:twirl/The-API-Book", "version": "2.0.0", "devDependencies": { "@twirl/book-builder": "0.0.23", "html-docx-js": "^0.3.1", "nodemon": "^2.0.19", "puppeteer": "^13.1.2" }, "scripts": { "build": "node build.mjs", "build-v1": "node build-v1.mjs", "build-graphs": "node build-graphs.mjs", "build-clean": "node build.mjs --clean" } }