UNPKG

1 kBJSONView Raw
1{
2 "name": "@ministryofjustice/fb-jwt-client-node",
3 "version": "0.0.22",
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.5",
21 "multi-tape": "^1.2.1",
22 "npm-run-all": "^4.1.5",
23 "proxyquire": "^2.1.0",
24 "sinon": "^7.3.1",
25 "tape": "^4.10.1"
26 },
27 "dependencies": {
28 "@ministryofjustice/fb-utils-node": "^0.1.5",
29 "aes256": "^1.0.4",
30 "jsonwebtoken": "^8.5.1",
31 "path-to-regexp": "^3.0.0",
32 "request": "^2.88.0",
33 "request-promise-native": "^1.0.7"
34 }
35}