gpt4free-typescript/package.json

30 lines
713 B
JSON

{
"name": "gpt4free-typescript",
"version": "0.0.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc -b",
"dev": "ts-node src/index.ts",
"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": {
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@langchain/core": "^0.1.12",
"langchain": "^0.1.2"
}
}