mirror of
https://github.com/NomaDamas/k-skill.git
synced 2026-06-24 02:04:11 +00:00
31 lines
632 B
JSON
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"
|
|
}
|
|
}
|