groupomania/client/electron/package.json

18 lines
335 B
JSON

{
"name": "electron",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.11.0",
"electron": "^21.1.1",
"typescript": "^4.8.4"
}
}