ToolJet/plugins/packages/mysql/package.json
Akshay 143b9a5cb6
Hotfix: MySQL ssl connections (#7365)
* hotfix mysql ssl connections

* bump to v2.15.1

* update package.lock
2023-08-31 21:29:04 +05:30

25 lines
545 B
JSON

{
"name": "@tooljet-plugins/mysql",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "tsc -b",
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@tooljet-plugins/common": "file:../common",
"knex": "^0.95.15",
"mysql2": "^3.6.0",
"react": "^17.0.2",
"rimraf": "^3.0.2"
}
}