-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 859 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
{
"name": "lambda-openai-bootstrap",
"version": "1.0.0",
"description": "> ### 🚨 **CAUTION** 🚨 > This is beta software that generates un-auth'd API gateway endpoints which use OpenAI APIs. Do not share those > endpoints with anyone. > For now, I encourage you to destroy the infra after use. Command below.",
"main": "index.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"@aws-cdk/aws-secretsmanager": "^1.198.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pkarl/lambda-openai-bootstrap.git"
},
"author": "Pete Karl II",
"license": "ISC",
"bugs": {
"url": "https://github.com/pkarl/lambda-openai-bootstrap/issues"
},
"homepage": "https://github.com/pkarl/lambda-openai-bootstrap#readme"
}