-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 817 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 817 Bytes
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
{
"name": "hypeproxy",
"version": "3.0.68",
"description": "HypeProxy.io Javascript Library",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"/dist/"
],
"contributors": [
"Clint Mourlevat <me@clint21.dev> (https://github.com/imclint21)"
],
"scripts": {
"build": "./node_modules/.bin/tsc ./build/index.ts -t es3 -m commonjs -d --outDir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hypeproxy/hypeproxy-js.git"
},
"keywords": [
"hypeproxy",
"proxy",
"http-client"
],
"author": "HypeProxy.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/hypeproxy/hypeproxy-js/issues"
},
"devDependencies": {
"tslint": "^5.8.0",
"typescript": "^3.1.3"
},
"homepage": "https://github.com/hypeproxy/hypeproxy-js/blob/master/README.md"
}