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

31 lines
632 B
JSON

{
"name": "k-lotto",
"version": "0.2.0",
"description": "Official dhlottery-backed client for Korean Lotto results",
"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",
"lotto",
"dhlottery"
],
"scripts": {
"lint": "node --check src/index.js && node --check src/parse.js && node --check test/index.test.js",
"test": "node --test"
}
}