-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 937 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 937 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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "dhsa-bot-api",
"version": "1.0.1",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"lint": "eslint --ext .js --ignore-path .gitignore .",
"start": "node src/server.js",
"dev": "nodemon src/server.js"
},
"keywords": [],
"author": "yc97463",
"license": "MIT",
"dependencies": {
"axios": "^1.8.2",
"cors": "^2.8.5",
"dhsa-api-private-libs": "github:yc97463/DHSA-API-Private-Libs",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"googleapis": "^108.0.0",
"jsonwebtoken": ">=9.0.0",
"md5": "^2.3.0",
"mongodb": "^5.0.1",
"node-fetch": "^3.2.10",
"rss-to-json": "^2.1.1",
"url": "^0.11.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint": "^8.26.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.26.0",
"nodemon": "^3.0.1",
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1"
}
}