2021-04-13 14:17:53 +00:00
|
|
|
{
|
|
|
|
"name": "dbgate-plugin-mssql",
|
|
|
|
"main": "dist/backend.js",
|
|
|
|
"version": "1.2.2",
|
|
|
|
"homepage": "https://github.com/dbgate/dbgate-plugin-mssql",
|
|
|
|
"description": "MS SQL connect plugin for DbGate",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/dbgate/dbgate-plugin-mssql.git"
|
|
|
|
},
|
|
|
|
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
|
|
|
|
"author": "Jan Prochazka",
|
|
|
|
"license": "GPL",
|
|
|
|
"keywords": [
|
|
|
|
"sql",
|
|
|
|
"mssql",
|
|
|
|
"dbgate",
|
|
|
|
"dbgateplugin"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"build:frontend": "webpack --config webpack-frontend.config",
|
2021-04-15 09:00:42 +00:00
|
|
|
"build:frontend:watch": "webpack --watch --config webpack-frontend.config",
|
2021-04-13 14:17:53 +00:00
|
|
|
"build:backend": "webpack --config webpack-backend.config.js",
|
|
|
|
"build": "yarn build:frontend && yarn build:backend",
|
|
|
|
"prepublishOnly": "yarn build",
|
|
|
|
"plugin": "yarn build && yarn pack && dbgate-plugin dbgate-plugin-mssql",
|
|
|
|
"plugout": "dbgate-plugout dbgate-plugin-mssql"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"async-lock": "^1.2.6",
|
|
|
|
"dbgate-plugin-tools": "^1.0.4",
|
|
|
|
"dbgate-tools": "^4.0.3-rc.1",
|
|
|
|
"tedious": "^9.2.3",
|
|
|
|
"webpack": "^4.42.0",
|
|
|
|
"webpack-cli": "^3.3.11"
|
|
|
|
}
|
|
|
|
}
|