tsch-ej-numbers
Version:
A powerful TypeScript API for analyzing EuroJackpot draws. Perfect for developers who want to evaluate historical data, generate statistics, or build lottery-related applications.
59 lines (58 loc) • 1.48 kB
JSON
{
"name": "tsch-ej-numbers",
"version": "1.10.20250808",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "A powerful TypeScript API for analyzing EuroJackpot draws. Perfect for developers who want to evaluate historical data, generate statistics, or build lottery-related applications.",
"keywords": [
"eurojackpot",
"lotto",
"lottery",
"draw analysis",
"eurojackpot statistics",
"lotto numbers",
"lottery analytics",
"winning numbers",
"lotto frequency",
"euro numbers",
"number statistics",
"lottery draws",
"typescript",
"data analysis",
"jackpot results",
"lottery checker",
"number combinations",
"overdue numbers",
"jackpot stats",
"lotto trends"
],
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"npm-login": "npm login",
"npm-publish": "npm publish --access public",
"test": "jest",
"test-coverage": "jest --coverage",
"link": "sudo npm link",
"data": "node ./data/processor/data-processor.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"app-root-path": "^3.1.0",
"convert-csv-to-json": "^2.49.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
}
}