49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "loopback-connector-mysql",
|
|
"version": "7.0.16",
|
|
"description": "MySQL connector for loopback-datasource-juggler",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"pretest": "node pretest.js",
|
|
"lint": "eslint .",
|
|
"test": "mocha test/*.test.js",
|
|
"posttest": "npm run lint",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"files": [
|
|
"intl",
|
|
"lib",
|
|
"docs.json",
|
|
"index.js",
|
|
"setup.sh"
|
|
],
|
|
"dependencies": {
|
|
"async": "^3.2.6",
|
|
"debug": "^4.3.7",
|
|
"lodash": "^4.17.21",
|
|
"loopback-connector": "^6.1.11",
|
|
"mysql2": "^3.6.3",
|
|
"patch-package": "^8.0.0",
|
|
"strong-globalize": "^6.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/config-conventional": "^19.5.0",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-loopback": "^13.1.0",
|
|
"loopback-datasource-juggler": "^5.1.2",
|
|
"mocha": "^10.8.2",
|
|
"rc": "^1.2.8",
|
|
"should": "^13.2.3",
|
|
"sinon": "^19.0.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/loopbackio/loopback-connector-mysql.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "IBM Corp."
|
|
}
|