-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 KB
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": "@requestly/requestly-proxy",
"version": "1.2.1",
"description": "Proxy that gives superpowers to all the Requestly clients",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/test.ts",
"build": "tsc",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/requestly/rq-proxy.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@requestly/requestly-core": "^1.0.3",
"@sentry/browser": "^6.19.2",
"async": "^3.2.5",
"axios": "^0.28.0",
"capture-console-logs": "^1.0.1",
"charset": "^1.0.1",
"debug": "^4.3.2",
"httpsnippet": "^2.0.0",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"mkdirp": "^0.5.5",
"node-forge": "^1.3.0",
"qs": "^6.12.0",
"semaphore": "^1.1.0",
"ua-parser-js": "^1.0.37",
"url": "^0.11.3",
"uuid": "^8.3.2",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/node": "^17.0.23",
"nodemon": "^3.1.0",
"typescript": "^4.6.3"
},
"files": [
"dist"
]
}