-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 959 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
{
"name": "@dylanarmstrong/proxy",
"version": "1.1.0",
"description": "cors proxy",
"main": "handler.js",
"scripts": {
"deploy": "PUBLIC_IP=`dig +short myip.opendns.com @resolver1.opendns.com` serverless deploy -v",
"lint": "eslint handler.js",
"local": "serverless offline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dylanarmstrong/proxy.git"
},
"keywords": [
"cors",
"proxy"
],
"author": "Dylan Armstrong <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dylanarmstrong/proxy/issues"
},
"homepage": "https://github.com/dylanarmstrong/proxy#readme",
"dependencies": {
"node-fetch": "^2.6.7",
"serverless": "^2.72.1",
"serverless-resource-policy": "^1.0.4"
},
"devDependencies": {
"@dylanarmstrong/eslint-config": "^0.2.7",
"eslint": "^7.21.0",
"eslint-plugin-import": "^2.22.0",
"serverless-offline": "^8.3.1"
}
}