-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 978 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "confusedajarengines",
"version": "1.0.0",
"description": "",
"exports": "./index.js",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "patch-package",
"dev": "rollup -cw",
"start": "node ./build/bundle.js",
"build": "rollup -c"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"chatgpt": "^5.1.2",
"express": "^4.18.2",
"facebook-chat-api": "^1.8.0",
"fca-unofficial": "1.3.10",
"node-fetch": "^2.6.9",
"patch-package": "^6.5.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@rollup/plugin-run": "^3.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/express": "^4.17.17",
"@types/node": "^18.15.9",
"dotenv": "^16.0.3",
"nodemon": "^2.0.22",
"rollup": "^3.20.2",
"ts-node-dev": "^2.0.0",
"tslib": "^2.5.0",
"typescript": "^5.0.2"
}
}