mirror of
https://github.com/twirl/The-API-Book.git
synced 2025-01-05 10:20:22 +02:00
16 lines
433 B
JSON
16 lines
433 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": {
|
|
"puppeteer": "^5.5.0",
|
|
"showdown": "^1.9.1",
|
|
"epub-gen": "^0.1.0"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.js"
|
|
}
|
|
}
|