-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 684 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 684 Bytes
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
{
"name": "package.json",
"version": "1.0.0",
"description": "A collection of services to use on chatgpt",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/irwingtello/QuickNodeGPTStellar.git"
},
"author": "irwingtello",
"license": "ISC",
"bugs": {
"url": "https://github.com/irwingtello/QuickNodeGPTStellar/issues"
},
"homepage": "https://github.com/irwingtello/QuickNodeGPTStellar#readme",
"dependencies": {
"axios": "^1.6.2",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"express": "^4.18.2"
}
}