Nexchan commited on
Commit
3b5317e
·
verified ·
1 Parent(s): 2558d03

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +14 -9
package.json CHANGED
@@ -1,17 +1,22 @@
1
  {
2
- "name": "test-express-api",
3
  "version": "1.0.0",
4
- "description": "A minimalist Docker Space to help people getting started with Node, Express and JavaScript",
5
  "main": "index.js",
6
  "scripts": {
7
  "start": "node index.js"
8
- },
 
 
 
 
 
9
  "author": "Nex",
10
- "license": "Apache License",
11
  "dependencies": {
12
- "express": "^4.18.2",
13
- "express-rate-limit": "^6.9.0",
14
- "axios": "latest",
15
- "cheerio": "latest"
16
  }
17
- }
 
1
  {
2
+ "name": "GptDemo",
3
  "version": "1.0.0",
4
+ "description": "gpt demo api",
5
  "main": "index.js",
6
  "scripts": {
7
  "start": "node index.js"
8
+ },
9
+ "keywords": [
10
+ "Node.js",
11
+ "Express",
12
+ "chat"
13
+ ],
14
  "author": "Nex",
15
+ "license": "MIT",
16
  "dependencies": {
17
+ "express": "^4.17.1",
18
+ "body-parser": "^1.19.0",
19
+ "axios": "^0.24.0",
20
+ "luxon": "^2.0.2"
21
  }
22
+ }