12 lines
298 B
JSON
12 lines
298 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": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Oliver Boehlk",
|
|
"license": "GPL-3.0"
|
|
}
|