UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@ministryofjustice/fb-jwt-client-node",
3 "version": "0.0.24",
4 "description": "Form Builder JSON Web Token Client (Node)",
5 "main": "lib/fb-jwt-client.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/ministryofjustice/fb-jwt-client-node.git"
9 },
10 "scripts": {
11 "lint": "npm-run-all lint:lib",
12 "lint:lib": "eslint lib",
13 "test": "npm-run-all lint test:all",
14 "test:all": "npm-run-all test:unit",
15 "test:unit": "multi-tape lib/**/*.unit.spec.js"
16 },
17 "author": "github@alex.fu2k.org",
18 "license": "MIT",
19 "devDependencies": {
20 "@ministryofjustice/eslint-config-fb": "^1.0.7",
21 "multi-tape": "^1.2.1",
22 "nock": "^10.0.6",
23 "npm-run-all": "^4.1.5",
24 "proxyquire": "^2.1.0",
25 "sinon": "^7.3.2",
26 "tape": "^4.10.2"
27 },
28 "dependencies": {
29 "@ministryofjustice/fb-utils-node": "^0.1.6",
30 "aes256": "^1.0.4",
31 "got": "^9.6.0",
32 "jsonwebtoken": "^8.5.1",
33 "path-to-regexp": "^3.0.0",
34 "prom-client": "^11.5.2"
35 }
36}