k-skill/packages/kbl-results/package.json
github-actions[bot] f6b76e7d40
chore: version packages (#137)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-18 11:58:59 +09:00

31 lines
625 B
JSON

{
"name": "kbl-results",
"version": "0.2.0",
"description": "Official KBL match results and standings client",
"license": "MIT",
"main": "src/index.js",
"files": [
"src",
"README.md"
],
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NomaDamas/k-skill.git"
},
"keywords": [
"k-skill",
"kbl",
"basketball",
"korea"
],
"scripts": {
"lint": "node --check src/index.js && node --check src/parse.js && node --check test/index.test.js",
"test": "node --test"
}
}