UNPKG

@magic.batua/account

Version:

The Account modules powers the user account management features of the Magic Batua platform.

52 lines (51 loc) 1.45 kB
{ "name": "@magic.batua/account", "version": "2.3.0", "description": "The Account modules powers the user account management features of the Magic Batua platform.", "author": { "name": "Animesh Mishra", "email": "hello@animesh.ltd", "url": "http://www.animesh.ltd" }, "license": "UNLICENSED", "keywords": [ "magic-batua", "account", "typescript" ], "main": "Compiled/index.js", "scripts": { "start": "node Compiled/index.js", "postinstall": "tsc", "test": "mocha -r ts-node/register Tests/*.spec.ts", "code-manual": "tsc && node_modules/.bin/jsdoc --configure jsdoc.json --verbose" }, "dependencies": { "@magic.batua/error": "^2.0.1", "@magic.batua/messaging": "^2.0.0", "@magic.batua/points": "^2.0.2", "@types/chai": "^4.1.2", "@types/js-yaml": "^3.10.1", "@types/jsonwebtoken": "^7.2.5", "@types/mocha": "^2.2.48", "@types/mongodb": "2.2.20", "chai": "^4.1.2", "js-yaml": "^3.10.0", "jsonwebtoken": "^8.1.1", "mocha": "^5.0.1", "mongodb": "2.2.34", "ts-node": "^4.1.0", "typescript": "^2.7.2" }, "repository": { "url": "https://bitbucket.org/magicbatua/magic-account" }, "bugs": { "url": "https://bitbucket.org/magicbatua/magic-account/issues" }, "readme": "https://bitbucket.org/magicbatua/magic-account/overview", "devDependencies": { "jsdoc": "^3.5.5", "postman-jsdoc-theme": "0.0.3" } }