-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 959 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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 <[email protected]>",
"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"
}
}