-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 891 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
{
"name": "gpt-overnews",
"version": "1.0.0",
"description": "ChatGPT Articles Site",
"main": "app.js",
"scripts": {
"test": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dyoniso/GPT-Overnews.git"
},
"keywords": [
"openai"
],
"author": "7Dz (Dyoniso)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dyoniso/GPT-Overnews/issues"
},
"homepage": "https://github.com/Dyoniso/GPT-Overnews#readme",
"dependencies": {
"@ptkdev/logger": "^1.8.0",
"axios": "^1.3.1",
"body-parser": "^1.20.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jade": "^0.29.0",
"node-cron": "^3.0.2",
"openai": "^3.1.0",
"pg": "^8.9.0",
"pg-format": "^1.0.4",
"pg-promise": "^11.2.0",
"pug": "^3.0.2",
"sitemap": "^7.1.1",
"translate": "^1.4.1",
"uuid": "^9.0.0"
}
}