-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.21 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.21 KB
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
{
"name": "eps-cdk-utils",
"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",
"lint": "echo \"Error: no linting specified\""
},
"repository": {
"type": "git",
"url": "https://github.com/NHSDigital/eps-cdk-utils"
},
"keywords": [],
"author": "NHS Digital",
"license": "MIT",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/release-notes-generator": "^14.1.0",
"@types/node": "^24.5.2",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.0",
"conventional-changelog-eslint": "^6.0.0",
"eslint": "^9.36.0",
"eslint-plugin-import-newlines": "^1.4.0",
"jest": "^30.2.0",
"jest-junit": "^16.0.0",
"license-checker": "^25.0.1",
"semantic-release": "^24.2.9",
"ts-jest": "^29.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"dependencies": {
"esbuild": "^0.25.10"
}
}