@bdsx/invsee
Version:
See the Inventory of the players
24 lines (23 loc) • 615 B
JSON
{
"name": "@bdsx/invsee",
"version": "2.0.0",
"description": "See the Inventory of the players",
"main": "src/index.js",
"keywords": [ "bdsx", "moderation" ],
"author": "FelipeGamer-Dev",
"homepage": "https://github.com/FelipeGamer-Dev/Invsee",
"license": "GPL-3.0-only",
"bdsxPlugin": true,
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prepare": "tsc || exit 0"
},
"devDependencies": {
"@types/node": "^12.20.36",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"bdsx": "file:../../bdsx"
}
}