nba-standings
Version:
Prints NBA standings in the terminal.
46 lines (45 loc) • 1.03 kB
JSON
{
"name": "nba-standings",
"version": "9.9.3",
"description": "Prints NBA standings in the terminal.",
"main": "index.js",
"type": "module",
"packageManager": "pnpm@9.0.0",
"publishConfig": {
"access": "public"
},
"files": [
"src/",
"!tests"
],
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose"
},
"bin": {
"nba-standings": "index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/dlior/nba-standings.git"
},
"keywords": [
"NBA",
"STANDINGS"
],
"author": "Lior Degu",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0",
"console-table-printer": "^2.12.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.14",
"@types/yargs": "^17.0.33",
"conventional-changelog-conventionalcommits": "^8.0.0",
"jest": "^29.7.0",
"semantic-release": "^24.2.0"
}
}