xkcd/package.json
Henrique Dias 7ee5590be9 feat: first iteration
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2019-04-26 23:48:43 +01:00

14 lines
230 B
JSON

{
"name": "xkcd-clone",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "ISC",
"dependencies": {
"fs-extra": "^7.0.1",
"node-fetch": "^2.4.0",
"yargs": "^13.2.2"
}
}