ToolJet/plugins/packages/mariadb/package.json
2024-03-11 16:03:35 +05:30

24 lines
559 B
JSON

{
"name": "@tooljet-plugins/mariadb",
"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"
},
"homepage": "https://github.com/tooljet/tooljet#readme",
"dependencies": {
"@tooljet-plugins/common": "file:../common",
"mariadb": "^3.2.3",
"react": "^17.0.2"
}
}