-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 837 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 837 Bytes
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
{
"name": "eps-common-workflows",
"version": "1.0.0",
"description": "A workflow to run the quality checks for EPS repositories.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/NHSDigital/eps-common-workflows.git"
},
"author": "NHS Digital",
"license": "MIT",
"devDependencies": {
"@aws-sdk/client-cloudformation": "^3.1013.0",
"@aws-sdk/client-lambda": "^3.1013.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/github": "^12.0.6",
"@semantic-release/release-notes-generator": "^14.1.0",
"conventional-changelog-eslint": "^6.1.0",
"semantic-release": "^25.0.3",
"semantic-release-pypi": "^5.2.0"
}
}