2024-01-11 21:10:47 +03:00
|
|
|
{
|
|
|
|
"name": "gpt4free-typescript",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
2024-01-11 22:54:48 +03:00
|
|
|
"main": "dist/index.js",
|
2024-01-11 21:10:47 +03:00
|
|
|
"scripts": {
|
2024-01-11 22:54:48 +03:00
|
|
|
"build": "tsc -b",
|
|
|
|
"dev": "ts-node src/index.ts",
|
2024-01-11 21:10:47 +03:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Maks1mS/gpt4free-typescript.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Maks1mS/gpt4free-typescript/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Maks1mS/gpt4free-typescript#readme",
|
|
|
|
"devDependencies": {
|
2024-01-11 22:54:48 +03:00
|
|
|
"ts-node": "^10.9.2",
|
2024-01-11 21:10:47 +03:00
|
|
|
"typescript": "^5.3.3"
|
2024-01-11 22:54:48 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@langchain/core": "^0.1.12",
|
|
|
|
"langchain": "^0.1.2"
|
2024-01-11 21:10:47 +03:00
|
|
|
}
|
|
|
|
}
|