mirror of
https://github.com/danbulant/mysqlExporter
synced 2026-06-19 14:41:34 +00:00
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
368 B
JSON
20 lines
368 B
JSON
{
|
|
"name": "mysqlExport",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"mysqlExporter": "index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.17.3",
|
|
"mysql": "^2.18.1",
|
|
"opn": "^6.0.0"
|
|
}
|
|
}
|