2020-11-05 12:14:16 +03:00
|
|
|
{
|
|
|
|
"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": {
|
2020-12-05 01:06:43 +03:00
|
|
|
"puppeteer": "^5.5.0",
|
2020-12-20 14:31:45 +03:00
|
|
|
"epub-gen": "^0.1.0",
|
|
|
|
"unified": "^9.2.0",
|
|
|
|
"remark-parse": "^8.0.3",
|
|
|
|
"remark-rehype": "^7.0.0",
|
|
|
|
"rehype-parse": "^7.0.1",
|
|
|
|
"rehype-stringify": "^8.0.0",
|
|
|
|
"image-data-uri": "^2.0.1"
|
2020-11-05 12:14:16 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-11-09 00:31:31 +03:00
|
|
|
"build": "node build.js"
|
2020-11-05 12:14:16 +03:00
|
|
|
}
|
|
|
|
}
|