r2/shared/package.json
2023-05-12 13:52:40 +08:00

19 lines
314 B
JSON

{
"name": "shared",
"version": "1.0.5",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"mysql2": "^3.3.0",
"redis": "^4.6.6"
}
}