xkcd/package.json
dependabot-preview[bot] 98e8476b12 Chore(deps): Bump yargs from 14.2.1 to 15.0.1 (#8)
Bumps [yargs](https://github.com/yargs/yargs) from 14.2.1 to 15.0.1.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs/commits/v15.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-18 09:49:40 -06:00

19 lines
399 B
JSON

{
"name": "xkcd-clone",
"version": "1.1.1",
"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": "^15.0.1"
}
}