dbgate/plugins/dbgate-plugin-excel/package.json

40 lines
1.1 KiB
JSON
Raw Normal View History

2021-04-13 14:17:53 +00:00
{
"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"
}
}