-
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) · 801 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 801 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": "mysql2-cache",
"version": "1.4.1",
"description": "✔ MySQL2 upgrade: cache queries, easy shortcuts, logging and debugging.",
"main": "index.js",
"scripts": {
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2naive/node-mysql2-cache.git"
},
"keywords": [
"mysql",
"mysql2",
"node",
"cache",
"helper",
"debug",
"utilities",
"promises",
"async"
],
"author": "2naive",
"license": "MIT",
"bugs": {
"url": "https://github.com/2naive/node-mysql2-cache/issues"
},
"homepage": "https://github.com/2naive/node-mysql2-cache#readme",
"engines": {
"node": ">=14"
},
"dependencies": {
"debug": "^4.3.4",
"mysql2": "3.2.0",
"node-cache": "^5.1.2"
}
}