notetron/package.json

19 lines
385 B
JSON

{
"name": "notertron",
"version": "0.0.1",
"description": "Notertron is a note taking app built with Electron.",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "https://gitdab.com/Frolleks/notertron"
},
"author": "Frolleks",
"license": "Apache-2.0",
"devDependencies": {
"electron": "^17.1.2"
}
}