@magic.batua/points
Version:
The Points module powers the loyalty points features of the Magic Batua platform.
52 lines (51 loc) • 1.41 kB
JSON
{
"name": "@magic.batua/points",
"version": "2.0.2",
"description": "The Points module powers the loyalty points features of the Magic Batua platform.",
"author": {
"name": "Animesh Mishra",
"email": "hello@animesh.ltd",
"url": "http://www.animesh.ltd"
},
"license": "UNLICENSED",
"keywords": [
"magic-batua",
"points",
"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 -c jsdoc.json --verbose"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/magicbatua/magic-point"
},
"bugs": {
"url": "https://bitbucket.org/magicbatua/magic-point/issues"
},
"homepage": "https://bitbucket.org/magicbatua/magic-point",
"dependencies": {
"@magic.batua/error": "^2.0.1",
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/mongodb": "^2.2.20",
"@types/node": "^9.4.6",
"@types/request": "^2.47.0",
"@types/request-promise-native": "^1.0.13",
"chai": "^4.1.2",
"mocha": "^5.0.1",
"mongodb": "^2.2.35",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"ts-node": "^4.1.0",
"typescript": "^2.7.2"
},
"devDependencies": {
"jsdoc": "^3.5.5",
"postman-jsdoc-theme": "0.0.3"
}
}