FootballStatsAPI/package.json
2026-05-02 18:02:13 +02:00

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"
}
}