cinny-desktop/package.json
2022-05-12 23:13:00 -04:00

20 lines
387 B
JSON

{
"name": "cinny-desktop",
"version": "1.0.0",
"description": "Cinny port to desktop via Electron.",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "https://git.gay/a/cinny-desktop.git"
},
"keywords": [],
"author": "tacohitbox",
"license": "Unlicense",
"dependencies": {
"electron": "^18.2.3"
}
}