-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.01 KB
/
package.json
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
44
45
46
47
48
{
"name": "museria-global",
"version": "0.3.5",
"description": "Global decentralized music storage",
"main": "./src/index.js",
"type": "module",
"author": {
"name": "Alexander Balasyan",
"email": "[email protected]"
},
"homepage": "https://github.com/ortexx/museria-global",
"scripts": {
"start": "node index.js",
"face": "node index.js --face=true",
"local": "node index.js --hostname=localhost --initialNetworkAddress=localhost:2079 --port=2079"
},
"keywords": [
"music",
"song",
"audio",
"meta",
"data",
"storage",
"network",
"distributed",
"decentralized",
"decentralization",
"distribution",
"information",
"global"
],
"license": "MIT",
"dependencies": {
"museria": "~0.3.5",
"spreadable": "~0.3.10"
},
"devDependencies": {
"dotenv": "^8.2.0",
"yargs": "^17.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ortexx/museria-global"
},
"engines": {
"node": ">=20.0.0"
}
}