37051-vm/native_app/package.json
Flatlogic Bot bfe98de2d1 faded
2025-12-18 23:08:12 +00:00

20 lines
356 B
JSON

{
"name": "native_app",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^39.2.7"
},
"dependencies": {
"node-fetch": "^2.7.0"
}
}