2022-09-26 15:54:24 +00:00
|
|
|
{
|
|
|
|
"name": "dbgate-plugin-oracle",
|
|
|
|
"main": "dist/backend.js",
|
2022-11-22 09:40:38 +00:00
|
|
|
"version": "5.1.7-beta.1",
|
2024-06-26 18:41:14 +00:00
|
|
|
"license": "GPL-3.0",
|
2022-09-26 15:54:24 +00:00
|
|
|
"description": "Oracle connector plugin for DbGate",
|
|
|
|
"homepage": "https://dbgate.org",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-11-21 14:36:38 +00:00
|
|
|
"url": "https://github.com/rinie/dbgate-plugin-oracle"
|
2022-09-26 15:54:24 +00:00
|
|
|
},
|
|
|
|
"author": "Rinie Kervel",
|
|
|
|
"keywords": [
|
|
|
|
"dbgate",
|
|
|
|
"dbgateplugin",
|
|
|
|
"oracle"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"icon.svg"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"build:frontend": "webpack --config webpack-frontend.config",
|
|
|
|
"build:frontend:watch": "webpack --watch --config webpack-frontend.config",
|
|
|
|
"build:backend": "webpack --config webpack-backend.config.js",
|
|
|
|
"build": "yarn build:frontend && yarn build:backend",
|
|
|
|
"plugin": "yarn build && yarn pack && dbgate-plugin dbgate-plugin-oracle",
|
|
|
|
"copydist": "yarn build && yarn pack && dbgate-copydist ../dist/dbgate-plugin-oracle",
|
|
|
|
"plugout": "dbgate-plugout dbgate-plugin-oracle",
|
|
|
|
"prepublishOnly": "yarn build"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-21 14:36:38 +00:00
|
|
|
"dbgate-plugin-tools": "^1.0.8",
|
2024-10-10 11:09:34 +00:00
|
|
|
"dbgate-query-splitter": "^4.11.2",
|
2023-02-26 08:05:36 +00:00
|
|
|
"dbgate-tools": "^5.0.0-alpha.1",
|
2022-09-26 15:54:24 +00:00
|
|
|
"lodash": "^4.17.21",
|
2024-05-08 08:17:45 +00:00
|
|
|
"webpack": "^5.91.0",
|
|
|
|
"webpack-cli": "^5.1.4"
|
2022-09-26 15:54:24 +00:00
|
|
|
}
|
|
|
|
}
|