generated from NHSDigital/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.66 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@NHSDigital/eps-spine-client",
"version": "1.0.0",
"description": "The code to invoke the Spine client",
"scripts": {
"build": "tsc",
"lint": "eslint --max-warnings 0 --fix --config ./eslint.config.mjs .",
"test": "POWERTOOLS_DEV=true NODE_OPTIONS=--experimental-vm-modules jest --no-cache --coverage",
"check-licenses": "license-checker --failOn GPL --failOn LGPL"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NHSDigital/nhs-eps-spine-client.git"
},
"keywords": [],
"author": "NHSDigital",
"license": "MIT",
"private": false,
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "public"
},
"type": "module",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"axios-mock-adapter": "^2.1.0",
"eslint": "^9.14.0",
"eslint-plugin-import-newlines": "^1.4.0",
"jest": "^29.7.0",
"license-checker": "^25.0.1",
"semantic-release": "^24.2.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^2.10.0",
"@types/mustache": "^4.2.5",
"aws-lambda": "^1.0.7",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"conventional-changelog-eslint": "^6.0.0",
"mustache": "^4.2.0"
},
"bugs": {
"url": "https://github.com/NHSDigital/nhs-eps-spine-client/issues"
},
"homepage": "https://github.com/NHSDigital/nhs-eps-spine-client#readme",
"files": [
"lib"
],
"main": "lib/index.js"
}