2024-02-08 10:09:35 +00:00
|
|
|
{
|
|
|
|
"name": "lol-pairing-stat-fetcher",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.mjs",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2024-02-08 12:15:34 +00:00
|
|
|
"start": "node --no-deprecation index.mjs"
|
2024-02-08 10:09:35 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"@fightmegg/riot-api": "^0.0.18"
|
2024-02-08 11:18:03 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"nodemon": "^3.0.3"
|
2024-02-08 10:09:35 +00:00
|
|
|
}
|
|
|
|
}
|