mundial
Version:
## Installation
33 lines (32 loc) • 618 B
JSON
{
"name": "mundial",
"version": "0.0.11",
"description": "",
"main": "index.js",
"bin": {
"mundial": "index.js"
},
"scripts": {
"start": "node index.js",
"format": "prettier --write '**/*.{js,md,json}'",
"format:changed": "pretty-quick",
"precommit": "pretty-quick --staged"
},
"keywords": [
"futbol",
"football",
"world-cup"
],
"author": "",
"license": "MIT",
"dependencies": {
"moment": "^2.22.2",
"ora": "^2.1.0",
"trae": "^1.4.2"
},
"devDependencies": {
"husky": "^0.14.3",
"prettier": "^1.13.5",
"pretty-quick": "^1.6.0"
}
}