-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 855 Bytes
/
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
{
"name": "multidive",
"version": "1.0.0",
"description": "Combine multiple google drive and provide reliable query based filesyatem",
"main": "server.js",
"scripts": {
"test": "nodemon --ignore ./resources/ server.js",
"start": "node server.js",
"unittests": "node tests/index.js"
},
"engines": {
"node": "12.x"
},
"keywords": [
"multidrive",
"gfsQuery"
],
"author": "jishan",
"license": "MIT",
"dependencies": {
"async": "^3.2.4",
"base32": "0.0.7",
"cookie-parser": "1.4.6",
"crypto": "^1.0.1",
"express": "4.17.1",
"fs": "0.0.1-security",
"googleapis": "^105.0.0",
"jsonwebtoken": "^8.5.1",
"mysql": "^2.18.1",
"node-cron": "^3.0.2",
"nodemon": "^3.1.7",
"path": "^0.12.7",
"request": "^2.88.2",
"sqlite3": "^5.0.3",
"stream": "0.0.2"
}
}