forked from DarKaweit/Node-Extract_SQL-Insert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.07 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
{
"name": "extractattachment",
"version": "0.5.9",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"csv-parse": "^4.16.3",
"debug": "^4.3.2",
"ejs": "^3.1.6",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"google-auth-library": "^0.12.0",
"googleapis": "^27.0.0",
"install": "^0.13.0",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"mysql-connection-pool-manager": "^1.5.9",
"mysql2": "^2.3.0",
"mysqldump": "^3.2.0",
"node": "^14.16.0",
"node-cron": "^2.0.3",
"node-ini": "^1.0.0",
"node-schedule": "^1.3.3",
"node-xlsx": "^0.15.1",
"npm": "^6.14.15",
"npm-upgrade": "^2.0.4",
"pm2": "^4.5.6",
"q": "^1.5.1",
"readline": "^1.3.0",
"serve-favicon": "^2.5.0",
"yargs-parser": "^20.2.9"
},
"config": {
"maxPackagesNumber": 900,
"maxSizeBites": 84040000,
"allowedLicenseTypes": [
"permissive",
"publicDomain",
"uncategorized"
]
}
}