dbgate-plugin-tools
Version:
Tools for DbGate plugin development
31 lines (30 loc) • 683 B
JSON
{
"name": "dbgate-plugin-tools",
"version": "1.0.8",
"homepage": "https://github.com/dbgate/dbgate-plugin-tools",
"description": "Tools for DbGate plugin development",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate-plugin-tools.git"
},
"author": "Jan Prochazka",
"license": "MIT",
"keywords": [
"development",
"dbgate",
"plugin"
],
"files": [
"bin"
],
"bin": {
"dbgate-plugin": "./bin/dbgate-plugin.js",
"dbgate-copydist": "./bin/dbgate-copydist.js",
"dbgate-plugout": "./bin/dbgate-plugout.js"
},
"dependencies": {
"ncp": "^2.0.0",
"pacote": "^11.1.13",
"rimraf": "^3.0.2"
}
}