Files
demo1/package.json
2024-05-26 01:24:41 +10:00

17 lines
324 B
JSON

{
"name": "testappfetching",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"electron": "^30.0.8",
"get-installed-apps": "^1.1.0"
}
}