-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "muspnp",
"productName": "muspnp",
"version": "1.2.1",
"description": "Play your music on your devices at home.",
"main": "main.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint",
"test": "mocha api/test/*.js"
},
"type": "commonjs",
"keywords": [],
"author": "Samuel CHEMLA",
"license": "MIT",
"homepage": "https://github.com/phpbg/muspnp#readme",
"dependencies": {
"axios": "^1.16.0",
"dayjs": "^1.11.5",
"electron-squirrel-startup": "^1.0.0",
"fast-xml-parser": "^5.7.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"node-ssdp": "^4.0.1",
"vue": "^3.2.41"
},
"devDependencies": {
"@electron-forge/cli": "^7.0.0",
"@electron-forge/maker-deb": "^7.0.0",
"@electron-forge/maker-rpm": "^7.0.0",
"@electron-forge/maker-squirrel": "^7.0.0",
"@electron-forge/maker-zip": "^7.0.0",
"@eslint/js": "^10.0.1",
"electron": "^42.0.0",
"eslint": "^10.3.0",
"globals": "^16.5.0",
"mocha": "^10.0.0",
"nock": "^13.2.9"
}
}