mirror of
https://github.com/marcogll/builderbot-openai-assistants.git
synced 2026-01-13 13:25:18 +00:00
first
This commit is contained in:
35
package.json
Normal file
35
package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "base-bailey-json",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "dist/app.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node ./dist/app.js",
|
||||
"lint": "eslint . --no-ignore",
|
||||
"dev": "npm run lint && nodemon ./src/app.ts",
|
||||
"build": "npx rollup -c"
|
||||
},
|
||||
"keywords": [],
|
||||
"dependencies": {
|
||||
"@builderbot-plugins/openai-assistants": "^0.0.2",
|
||||
"@builderbot/bot": "1.1.4-alpha.2",
|
||||
"@builderbot/provider-baileys": "1.1.4-alpha.2",
|
||||
"dotenv": "^16.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/multer": "^1.4.11",
|
||||
"@types/node": "^20.11.30",
|
||||
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
||||
"@typescript-eslint/parser": "^7.4.0",
|
||||
"eslint": "^8.52.0",
|
||||
"eslint-plugin-builderbot": "latest",
|
||||
"nodemon": "^3.1.0",
|
||||
"rollup": "^4.10.0",
|
||||
"rollup-plugin-typescript2": "^0.36.0",
|
||||
"tsx": "^4.7.1",
|
||||
"typescript": "^5.4.3"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
Reference in New Issue
Block a user