manager/package.json
2023-04-24 17:51:18 +02:00

21 lines
389 B
JSON

{
"name": "manager",
"version": "1.0",
"description": "Manager for subsonics",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "https://git.raphix.fr/subsonics/manager.git"
},
"keywords": [],
"author": "Raphix",
"license": "ISC",
"dependencies": {
"electron": "^24.1.2",
"nodemon": "^2.0.22"
}
}