-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
37 lines (37 loc) · 860 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
34
35
36
37
{
"name": "unblocked-sites",
"version": "1.2.0",
"description": "A web proxy for unblocking websites",
"main": "server.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"@heroku-cli/command": "^8.5.0",
"@oclif/command": "^1.8.0",
"cli-ux": "^5.5.1",
"debug": "^4.3.1",
"execa": "^5.0.0",
"fs-extra": "^10.0.0",
"jsdom": "^16.5.0",
"netrc-parser": "^3.1.6",
"tslib": "^2.2.0",
"uuid": "^8.3.2",
"ws": "^7.4.4"
},
"devDependencies": {},
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dragonBall561/unblocked-sites.git"
},
"keywords": [],
"author": "Angad Tendulkar",
"license": "MIT",
"bugs": {
"url": "https://github.com/dragonBall561/unblocked-sites/issues"
},
"homepage": "https://github.com/dragonBall561/unblocked-sites/blob/main/README.md"
}