UNPKG

cronos-xp

Version:

A flexible xp-based level system framework that uses mongoDB

46 lines (45 loc) 1.14 kB
{ "name": "cronos-xp", "version": "1.0.5", "description": "A flexible xp-based level system framework that uses mongoDB", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "jest --verbose ./tests --setupFiles ./tests/setup.js", "start": "node ./dist/index.js", "tsc": "tsc -p tsconfig.json", "watchtsc": "tsc -w -p tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/cronos-team/cronos-xp.git" }, "author": "Renox (https://github.com/JustRenox)", "contributors": [ "elttayman (https://github.com/elttayman)" ], "license": "MIT", "bugs": { "url": "https://github.com/cronos-team/cronos-xp/issues" }, "keywords": [ "framework", "leveling", "xp", "mongo", "mongoose", "mongodb", "discord", "discord-xp", "discord-leveling", "javascript" ], "homepage": "https://github.com/cronos-team/cronos-xp#readme", "devDependencies": { "jest": "^27.0.4", "typescript": "^4.3.2" }, "dependencies": { "mongoose": "^5.12.10" } }