convid/package.json

16 lines
369 B
JSON

{
"name": "convid",
"version": "0.1.0",
"description": "Video conversion GUI oriented toward Mastodon users",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"author": "@lynnesbian@fedi.lynnesbian.space",
"license": "MPL-2.0",
"devDependencies": {
"electron": "^4.0.1"
}
}