discord-xp-ts
Version:
Reconfigured existing decode-xp with typescript.
34 lines (33 loc) • 715 B
JSON
{
"name": "discord-xp-ts",
"version": "1.0.5",
"description": "Reconfigured existing decode-xp with typescript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"discord",
"discord.js",
"discord-levels",
"discord-xp",
"mongo",
"mongooose",
"bot",
"mongodb"
],
"author": "hands8142",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"dependencies": {
"mongoose": "^5.11.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hands8142/discord-xp-ts.git"
},
"bugs": {
"url": "https://github.com/hands8142/discord-xp-ts/issues"
},
"homepage": "https://github.com/hands8142/discord-xp-ts#readme"
}