k-skill/packages/kleague-results/package.json
2026-03-30 13:40:28 +00:00

31 lines
634 B
JSON

{
"name": "kleague-results",
"version": "0.2.0",
"description": "Official K League 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",
"korea",
"kleague",
"soccer"
],
"scripts": {
"lint": "node --check src/index.js && node --check src/parse.js && node --check test/index.test.js",
"test": "node --test"
}
}