1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2024-11-16 07:10:21 +02:00
The-API-Book/package.json
Sergey Konstantinov 5c7e5b190c better graphs
2024-08-18 19:38:35 +03:00

33 lines
1.2 KiB
JSON

{
"description": "“The API” book by Sergey Konstantinov",
"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",
"version": "3.0.0",
"devDependencies": {
"@jest/globals": "^29.6.4",
"@twirl/book-builder": "0.0.28",
"@types/jest": "^29.5.4",
"express": "^4.19.2",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"jest-mock-extended": "^3.0.5",
"monaco-editor": "^0.40.0",
"puppeteer": "^20.9.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2"
},
"scripts": {
"build": "node scripts/build.mjs",
"build-samples": "node scripts/build.mjs en,ru epub 21-22 --sample",
"build-v1": "node scripts/build-v1.mjs",
"build-graphs": "node scripts/build-graphs.mjs",
"build-examples": "node scripts/build-examples.js \"docs/examples/01. Decomposing UI Components\"",
"docs-server": "node scripts/docs-server 3000",
"test": "jest"
}
}