19 lines
484 B
JSON
19 lines
484 B
JSON
{
|
|
"name": "simcompanies-dataminer",
|
|
"version": "0.1.0",
|
|
"description": "A small JS-Script to mine some data from the game Sim Companies",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"small": "node smallfetch.js",
|
|
"large": "node largefetch.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Oliver Boehlk",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"mysql": "^2.18.1",
|
|
"node-fetch": "^2.6.0",
|
|
"node-telegram-bot-api": "^0.40.0"
|
|
}
|
|
}
|