manager/package.json

21 lines
389 B
JSON
Raw Normal View History

2023-04-24 15:51:18 +00:00
{
"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"
}
}