17 lines
264 B
JSON
17 lines
264 B
JSON
{
|
|
"name": "footballstatsapi",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"electron": "^41.5.0"
|
|
}
|
|
}
|