tabs/package.json

12 lines
168 B
JSON
Raw Normal View History

2019-08-31 16:14:06 +02:00
{
"name": "first-app",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"devDependencies": {
"electron": "^5.0.1"
}
}