![dependabot-preview[bot]](/assets/img/avatar_default.png)
Updates the requirements on [fs-extra](https://github.com/jprichardson/node-fs-extra) to permit the latest version. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/commits)
19 lines
399 B
JSON
19 lines
399 B
JSON
{
|
|
"name": "xkcd-clone",
|
|
"version": "1.0.5",
|
|
"description": "Clone XKCD comics.",
|
|
"main": "./lib/index.js",
|
|
"bin": {
|
|
"xkcd-clone": "./bin/index.js"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Henrique Dias <hacdias@gmail.com>",
|
|
"dependencies": {
|
|
"fs-extra": "^8.0.1",
|
|
"node-fetch": "^2.4.0",
|
|
"tachyons": "^4.11.1",
|
|
"tachyons-columns": "^1.0.5",
|
|
"yargs": "^13.2.2"
|
|
}
|
|
}
|