mirror of
https://github.com/NomaDamas/k-skill.git
synced 2026-06-24 02:04:11 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
31 lines
625 B
JSON
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"
|
|
}
|
|
}
|