1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2024-11-30 08:06:47 +02:00
The-API-Book/package.json
Sergey Konstantinov 3dc0a64e59 covers added
2021-01-04 02:33:33 +03:00

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"
}
}