-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@revaplugin/bartervg",
"version": "1.0.4",
"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"
},
{
"registry": "https://registry.npmjs.org"
}
]
}