first commit
This commit is contained in:
16
calcom/apps/api/package.json
Normal file
16
calcom/apps/api/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@calcom/api-proxy",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "node ./index.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"connect": "^3.7.0",
|
||||
"http": "^0.0.1-security",
|
||||
"http-proxy-middleware": "^2.0.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user