UNPKG

852 BJSONView Raw
1{
2 "name": "@ministryofjustice/fb-jwt-client-node",
3 "version": "0.0.29",
4 "description": "Form Builder JSON Web Token Client (Node)",
5 "main": "lib/fb-jwt-client.js",
6 "scripts": {
7 "lint": "eslint lib",
8 "lint:fix": "eslint lib --fix",
9 "test": "tap --reporter spec"
10 },
11 "author": "Form Builder Team <form-builder-team@digital.justice.gov.uk>",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/ministryofjustice/fb-jwt-client-node.git"
15 },
16 "license": "MIT",
17 "dependencies": {
18 "@ministryofjustice/fb-utils-node": "^0.1.6",
19 "aes256": "^1.0.4",
20 "got": "^9.6.0",
21 "jsonwebtoken": "^8.5.1",
22 "path-to-regexp": "^6.1.0"
23 },
24 "devDependencies": {
25 "@ministryofjustice/eslint-config-fb": "^1.1.2",
26 "nock": "^11.6.0",
27 "sinon": "^7.5.0",
28 "tap": "^14.8.2",
29 "tape": "^4.11.0"
30 }
31}