1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2024-12-06 08:16:05 +02:00
The-API-Book/package.json

33 lines
1.2 KiB
JSON
Raw Normal View History

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-07-30 14:25:21 +02:00
"@jest/globals": "^29.6.1",
2023-05-13 14:01:14 +02:00
"@twirl/book-builder": "0.0.23",
2023-07-30 14:25:21 +02:00
"@types/jest": "^29.5.3",
"express": "^4.18.2",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jest-mock-extended": "^3.0.4",
"monaco-editor": "^0.40.0",
"puppeteer": "^20.9.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
2020-11-05 11:14:16 +02:00
},
"scripts": {
2023-07-30 14:25:21 +02:00
"build": "node scripts/build.mjs",
"build-v1": "node scripts/build-v1.mjs",
"build-graphs": "node scripts/build-graphs.mjs",
"build-clean": "node scripts/build.mjs --clean",
"build-examples": "node scripts/build-examples.js \"docs/examples/01. Decomposing UI Components\"",
"docs-server": "node scripts/docs-server 3000",
"test": "jest"
2020-11-05 11:14:16 +02:00
}
}