UNPKG

1.47 kBJSONView Raw
1{
2 "name": "@axway/axway-flow-authorization",
3 "version": "1.2.11",
4 "description": "Authorization services for API Builder.",
5 "homepage": "https://platform.axway.com",
6 "author": {
7 "name": "Axway",
8 "email": "support@axway.com",
9 "url": "https://axway.com"
10 },
11 "license": "SEE LICENCE IN LICENSE",
12 "keywords": [
13 "amplify",
14 "api-builder",
15 "axway",
16 "@axway/flow",
17 "authorization"
18 ],
19 "engines": {
20 "node": ">=8.9"
21 },
22 "main": "src/index.js",
23 "files": [
24 "src",
25 "README.md",
26 "LICENSE"
27 ],
28 "dependencies": {
29 "@axway/flow": "6.6.3",
30 "content-type": "^1.0.4",
31 "qs": "^6.7.0",
32 "request": "^2.88.0"
33 },
34 "devDependencies": {
35 "nock": "^9.6.1",
36 "simple-mock": "~0.8.0"
37 },
38 "repository": {
39 "type": "git",
40 "url": "https://git.ecd.axway.int/amplify/api-builder"
41 },
42 "nyc": {
43 "per-file": false,
44 "statements": 98.79,
45 "branches": 94.32,
46 "functions": 98.67,
47 "lines": 98.78
48 },
49 "scripts": {
50 "build": "npm run clean && npm run build:dev && npm run check:dependencies",
51 "build:dev": "npm run build:lint && npm run test",
52 "build:lint": "eslint .",
53 "clean": "shx rm -rf coverage .nyc_output",
54 "test": "nyc mocha ./test",
55 "test:watch": "npm test -- --watch",
56 "check:dependencies": "npm run check:used && npm run check:unused",
57 "check:used": "dependency-check ./package.json",
58 "check:unused": "dependency-check ./package.json --unused --no-dev -i deep-equal"
59 },
60 "gitHead": "6e06efe1bf47651662e288f110046354032047c2"
61}