-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.37 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
{
"name": "electronic-prescription-service-account-resources",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check-licenses": "node_modules/.bin/license-checker --failOn GPL --failOn LGPL"
},
"repository": {
"type": "git",
"url": "https://github.com/NHSDigital/electronic-prescription-service-account-resources"
},
"keywords": [],
"author": "NHS Digital",
"license": "MIT",
"workspaces": [
"packages/splunkProcessor",
"packages/certificateChecker",
"packages/slackAlerter",
"packages/proxygen",
"packages/lambdaJanitor"
],
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"aws-cdk": "^2.175.0",
"aws-lambda": "^1.0.7",
"eslint": "^9.17.0",
"eslint-plugin-import-newlines": "^1.4.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"license-checker": "^25.0.1",
"semantic-release": "^24.2.1"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^2.12.0",
"archiver": "^7.0.1",
"conventional-changelog-eslint": "^6.0.0",
"esbuild": "^0.24.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}