22 lines
396 B
JSON
22 lines
396 B
JSON
{
|
|
"name": "openai-js",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"openai": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv": "^16.3.1",
|
|
"tsx": "^3.12.7",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|