Files
dataminer/package.json
2020-02-22 12:30:22 +01:00

17 lines
404 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": {
"start": "node index.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"
}
}