-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 KB
/
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
{
"main": "dist",
"scripts": {
"build": "yarn ; babel src --out-dir dist",
"start": "babel-node scripts/start"
},
"devDependencies": {
"@babel/cli": "^7.11.5",
"@babel/core": "^7.11.5",
"@babel/node": "^7.10.5",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"husky": "^4.2.5",
"jest": "^26.4.2",
"leasot": "^11.3.0",
"prettier": "^2.1.1"
},
"keywords": [
"express",
"cors",
"anywhere",
"cors-anywhere",
"middleware"
],
"dependencies": {
"axios": "^0.20.0",
"body-parser": "^1.19.0",
"build-url": "^6.0.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"type-check": "^0.4.0"
},
"name": "express-cors-anywhere",
"version": "0.0.1-alpha.3",
"description": "🌐 An express middleware for redirecting requests and avoiding CORS errors when hitting cross-origin APIs.",
"repository": "https://github.com/cawfree/express-cors-anywhere",
"author": "Alex Thomas (@cawfree) <[email protected]>",
"license": "MIT",
"private": false
}