-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 862 Bytes
/
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
{
"name": "LunarProxy",
"version": "1.0.0",
"description": "A powerful web-proxy site powered by Corrosion",
"main": "server.js",
"scripts": {
"test": "node server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxswebservices/lunarproxybeta.git"
},
"keywords": [
"web",
"proxy",
"corrosion",
"maxswebservices",
"lunarproxy"
],
"author": "maxswebservices",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxswebservices/lunarproxybeta/issues"
},
"homepage": "https://github.com/maxswebservices/lunarproxybeta#readme",
"dependencies": {
"corrosion": "^1.0.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"ws": "^8.2.0"
}
}