mirror of
https://github.com/Maks1mS/gpt4free-typescript.git
synced 2025-01-14 09:01:03 +03:00
22 lines
447 B
JSON
22 lines
447 B
JSON
{
|
|
"name": "01-simple-app",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "ts-node index.ts",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@langchain/core": "^0.1.12",
|
|
"gpt4free-typescript": "file:../..",
|
|
"langchain": "^0.1.2",
|
|
"readline": "^1.3.0"
|
|
}
|
|
}
|