-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
39 lines (39 loc) · 854 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
37
38
39
{
"name": "cors-server",
"version": "1.0.0",
"description": "a proxy server to proxy github access token api.",
"main": "index.js",
"scripts": {
"serve": "node index.js",
"bulid:docker-image": "node scripts/docker-image.build.js"
},
"keywords": [
"Koa",
"Proxy Server",
"Cors",
"Github Access Token Api",
"Vercel",
"Netlify"
],
"author": {
"name": "Par9uet",
"email": "[email protected]",
"url": "https://github.com/Dedicatus546"
},
"license": "ISC",
"dependencies": {
"@koa/cors": "github:koajs/cors",
"@koa/router": "^12.0.0",
"axios": "^0.27.2",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0"
},
"devDependencies": {
"@types/koa": "^2.13.5",
"@types/koa__router": "^8.0.11"
},
"packageManager": "[email protected]",
"engines": {
"node": "18.x"
}
}