-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 993 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
38
39
40
41
42
43
44
45
46
{
"name": "postproxy",
"version": "1.0.0",
"description": "",
"author": "Yunus Gaziev <yunusga@yandex.ru> (https://github.com/yunusga)",
"license": "MIT",
"keywords": [
"gulp",
"postproxy",
"proxy",
"proxyserver",
"frontend",
"browser",
"sync",
"browser-sync"
],
"repository": {
"type": "git",
"url": "https://github.com/yunusga/postproxy.git"
},
"homepage": "https://github.com/yunusga/postproxy",
"bugs": {
"url": "https://github.com/yunusga/postproxy/issues",
"email": "yunusga@yandex.com"
},
"preferGlobal": true,
"engines": {
"node": ">=14.0.0"
},
"scarfSettings": {
"enabled": false
},
"bin": {
"postproxy": "bin/postproxy"
},
"scripts": {
"refresh-deps": "rm -rf node_modules/ && rm -f package-lock.json && npm i"
},
"dependencies": {
"browser-sync": "^2.29.1",
"bs-auth": "^1.2.0",
"chokidar": "^3.5.3",
"commander": "^10.0.1",
"picocolors": "^1.0.0"
}
}