mirror of
https://github.com/twirl/The-API-Book.git
synced 2024-11-30 08:06:47 +02:00
22 lines
640 B
JSON
22 lines
640 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": {
|
|
"css": "^3.0.0",
|
|
"epub-gen": "^0.1.0",
|
|
"image-data-uri": "^2.0.1",
|
|
"puppeteer": "^5.5.0",
|
|
"rehype-parse": "^7.0.1",
|
|
"rehype-stringify": "^8.0.0",
|
|
"remark-parse": "^8.0.3",
|
|
"remark-rehype": "^7.0.0",
|
|
"unified": "^9.2.0"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.js"
|
|
}
|
|
}
|