@revaplugin/bartervg
Version:
Barter.vg plugin for RevaBot
45 lines (44 loc) • 1.23 kB
JSON
{
"name": "@revaplugin/bartervg",
"version": "1.0.3",
"description": "Barter.vg plugin for RevaBot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm-multi-publish",
"postpublish": "npm-multi-publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/revaplugin/bartervg.git"
},
"keywords": [
"plugin",
"extension",
"module",
"revadike",
"revabot",
"revaplugin",
"barter",
"barter.vg"
],
"dependencies": {
"@revaplugin/RevaPlugin": "latest",
"libbarter": "^1.2.1"
},
"devDependencies": {
"@babel/eslint-parser": "latest",
"eslint": "latest",
"npm-multi-publish": "latest"
},
"author": "Revadike <revadike@outlook.com> (https://revadike.com/)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/revaplugin/bartervg/issues",
"email": "revadike@outlook.com"
},
"homepage": "https://github.com/revaplugin/bartervg#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}