-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 984 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@defra-fish/dynamics-lib",
"version": "1.24.0-rc.10",
"description": "Framework to support integration with dynamics",
"type": "module",
"engines": {
"node": ">=14"
},
"keywords": [
"rod",
"licensing",
"dynamics"
],
"author": "DEFRA",
"license": "SEE LICENSE IN LICENSE",
"main": "src/index.js",
"directories": {
"lib": "src",
"test": "__tests__"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git://github.com/DEFRA/rod-licensing.git",
"directory": "packages/dynamics-lib"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"cache-manager": "^3.6.0",
"cache-manager-ioredis": "^2.1.0",
"debug": "^4.3.3",
"dynamics-web-api": "1.7.3",
"joi": "^17.6.0",
"moment": "^2.29.1",
"pluralize": "^8.0.0",
"simple-oauth2": "^4.3.0",
"uuid": "^8.3.2"
}
}