forked from billiegoose/cors-buster
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 881 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 881 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
36
{
"name": "@isomorphic-git/cors-proxy",
"version": "0.0.0-development",
"description": "Proxy clone and push requests for the browser",
"main": "index.js",
"bin": "bin.js",
"type": "module",
"scripts": {
"start": "cors-proxy start",
"dev": "cors-proxy run",
"travis-deploy-once": "travis-deploy-once --pro",
"semantic-release": "semantic-release"
},
"keywords": [],
"author": "William Hilton <wmhilton@gmail.com>",
"contributors": [
"James Prevett <jp@jamespre.dev>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/isomorphic-git/cors-proxy.git"
},
"now": {
"public": true
},
"dependencies": {},
"devDependencies": {
"prettier": "^3.6.2",
"semantic-release": "^24.2.8"
},
"publishConfig": {
"access": "public"
},
"runkitExampleFilename": "example-runkit.js"
}