{ "name": "dbgate-plugin-excel", "main": "dist/backend.js", "version": "5.0.0-alpha.1", "description": "MS Excel import/export plugin for DbGate", "homepage": "https://dbgate.org", "repository": { "type": "git", "url": "https://github.com/dbgate/dbgate" }, "author": "Jan Prochazka", "license": "GPL-3.0", "keywords": [ "excel", "import", "export", "dbgate", "dbgateplugin" ], "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 && dbgate-plugin dbgate-plugin-excel", "copydist": "yarn build && yarn pack && dbgate-copydist ../dist/dbgate-plugin-excel", "plugout": "dbgate-plugout dbgate-plugin-excel", "prepublishOnly": "yarn build" }, "devDependencies": { "lodash": "^4.17.21", "xlsx": "0.16.9", "dbgate-plugin-tools": "^1.0.7", "webpack": "^5.91.0", "webpack-cli": "^5.1.4" } }