gas-calc/package.json
2024-08-10 15:04:51 -04:00

17 lines
393 B
JSON

{
"name": "gas-calc",
"version": "1.0.0",
"description": "Simple Electron project to calculate gas costs, inspired by a spreadsheet I made ages ago.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^31.3.1"
}
}