xkcd/package.json
dependabot-preview[bot] 3688c623f3 Chore(deps): Update yargs requirement from ^13.2.4 to ^14.0.0 (#3)
Updates the requirements on [yargs](https://github.com/yargs/yargs) to permit the latest version.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs/compare/v13.2.4...v14.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 09:51:43 +02:00

19 lines
399 B
JSON

{
"name": "xkcd-clone",
"version": "1.0.7",
"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.1.0",
"node-fetch": "^2.6.0",
"tachyons": "^4.11.1",
"tachyons-columns": "^1.0.5",
"yargs": "^14.0.0"
}
}