firesales-plugin/package.json

20 lines
441 B
JSON

{
"name": "firesales-plugin",
"version": "1.0.0",
"description": "FireSales Plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.woodburn.au/nathanwoodburn/firesales-plugin.git"
},
"author": "Nathan.Woodburn/",
"license": "AGPL-3.0-only",
"dependencies": {
"hsd": "^7.0.1",
"shakedex": "^0.0.19"
}
}