lol-pairing-stat-fetcher/package.json

19 lines
383 B
JSON

{
"name": "lol-pairing-stat-fetcher",
"version": "1.0.0",
"description": "",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --no-deprecation index.mjs"
},
"author": "",
"license": "MIT",
"dependencies": {
"@fightmegg/riot-api": "^0.0.18"
},
"devDependencies": {
"nodemon": "^3.0.3"
}
}