-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 911 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 911 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
{
"private": true,
"name": "@agnostack/secure-api-proxy",
"version": "1.0.0",
"author": "agnoStack Dev <developers@agnostack.com> (https://agnostack.com)",
"owner": "agnoStack",
"description": "Please contact agnoStack via info@agnostack.com for any questions",
"license": "UNLICENSED",
"homepage": "https://github.com/agnostack/secure-api-proxy/tree/develop#readme",
"repository": "github:agnostack/secure-api-proxy",
"engines": {
"node": ">=18.x"
},
"scripts": {
"nx": "nx",
"deploy": "serverless deploy",
"dev": "serverless offline",
"watch": "nx run dev-ngrok --port=4000"
},
"dependencies": {
"@agnostack/env": "latest",
"@agnostack/verifyd": "latest"
},
"devDependencies": {
"chalk": "4.1.2",
"nx": "latest",
"ngrok": "latest",
"serverless": "3.x",
"serverless-dotenv-plugin": "6.0.0",
"serverless-offline": "12.x"
}
}