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
|
{
"name": "electrode",
"version": "1.0.10",
"description": "A fast and rock solid webserver for Neutron",
"main": "index.js",
"dependencies": {
"chalk": "^4.1.0",
"file-type": "^16.2.0",
"formidable": "^1.2.2",
"mime": "^2.4.6",
"mime-types": "^2.1.31",
"ncp": "^2.0.0",
"ora": "^5.1.0",
"progress": "^2.0.3",
"tar-fs": "^2.1.0",
"uuid": "^8.3.1"
},
"devDependencies": {},
"scripts": {
"test": "node index.js",
"start": "node index.js"
},
"author": "Minteck",
"license": "GPL-3.0-or-later"
}
|