-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "feeds-worker",
"version": "0.2.7",
"description": "Fetch Feeds Worker",
"main": "app.js",
"repository": "http://zhaojianfei.com/code/feedsworker",
"author": "JeffZhao",
"license": "MIT",
"scripts": {
"type": "module",
"debug": "DEBUG=express:* node ./bin/www",
"start:express": "node ./bin/www",
"test": "jest",
"start": "nodemon"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.7.0",
"@ladjs/graceful": "^1.0.5",
"aws-sdk": "^2.850.0",
"axios": "^0.21.0",
"axios-debug-log": "^0.8.2",
"bree": "^3.3.1",
"cabin": "^8.0.7",
"cookie-parser": "~1.4.4",
"dayjs": "^1.9.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"lodash": "^4.17.21",
"mongodb": "^3.6.3",
"mongoose": "^5.11.4",
"mongoose-autopopulate": "^0.12.3",
"mongoose-string-query": "^0.2.7",
"morgan": "~1.9.1",
"ms": "^2.1.2",
"pako": "^2.0.3",
"protobufjs": "^6.11.3",
"pug": "^3.0.0",
"uuid": "^8.3.2",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-jest": "^26.6.1",
"eslint": "^7.12.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3"
}
}