authmaker-verify
Version:
AccessToken verification for Authmaker
33 lines (32 loc) • 959 B
JSON
{
"name": "authmaker-verify",
"version": "3.0.1",
"description": "AccessToken verification for Authmaker",
"repository": "https://github.com/Authmaker/authmaker-verify",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "NODE_ENV=test mocha --recursive --reporter spec",
"test-watch": "NO_LOG=please npm run test -- -w --reporter min",
"coverage": "NO_LOG=please NODE_ENV=test istanbul cover _mocha -- -R spec --recursive"
},
"author": "Chris Manson <chris@stonecircle.io>",
"license": "MIT",
"dependencies": {
"@authmaker/common": "^4.0.2",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"mongoose": "^5.5.15"
},
"devDependencies": {
"q": "^1.4.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"nconf": "^0.10.0"
}
}