mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
added plugins
This commit is contained in:
39
plugins/dbgate-plugin-excel/package.json
Normal file
39
plugins/dbgate-plugin-excel/package.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "dbgate-plugin-excel",
|
||||
"main": "dist/backend.js",
|
||||
"version": "1.0.8",
|
||||
"homepage": "https://github.com/dbgate/dbgate-plugin-excel",
|
||||
"description": "MS Excel import/export plugin for DbGate",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dbgate/dbgate-plugin-excel.git"
|
||||
},
|
||||
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
|
||||
"author": "Jan Prochazka",
|
||||
"license": "GPL",
|
||||
"keywords": [
|
||||
"excel",
|
||||
"import",
|
||||
"export",
|
||||
"dbgate",
|
||||
"dbgateplugin"
|
||||
],
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build:frontend": "webpack --config webpack-frontend.config",
|
||||
"build:backend": "webpack --config webpack-backend.config.js",
|
||||
"build": "yarn build:frontend && yarn build:backend",
|
||||
"plugin": "yarn build && dbgate-plugin dbgate-plugin-excel",
|
||||
"plugout": "dbgate-plugout dbgate-plugin-excel",
|
||||
"prepublishOnly": "yarn build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dbgate-plugin-tools": "^1.0.0",
|
||||
"lodash": "^4.17.20",
|
||||
"webpack": "^4.42.0",
|
||||
"webpack-cli": "^3.3.11",
|
||||
"xlsx": "^0.16.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user