-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·62 lines (62 loc) · 1.48 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
58
59
60
61
62
{
"name": "cpic-data",
"version": "1.43.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/cpicpgx/cpic-data.git"
},
"license": "CC0-1.0",
"devDependencies": {
"@aws-sdk/client-s3": "3.633.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"aws-sdk": "2.1678.0",
"axios": "1.7.4",
"commander": "11.1.0",
"conventional-changelog-conventionalcommits": "6.1.0",
"csv-generate": "4.4.1",
"dayjs": "1.11.13",
"dotenv": "16.4.5",
"lodash": "4.17.21",
"loglevel": "1.9.1",
"loglevel-plugin-prefix": "0.8.4",
"papaparse": "5.4.1",
"pg": "8.12.0",
"pg-promise": "11.9.1",
"semantic-release": "21.0.7",
"yargs": "17.7.2"
},
"release": {
"branches": [
"development"
],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"writerOpts": {
"commitsGroupSort": [
"feat",
"perf",
"fix"
],
"commitsSort": "header"
}
}
],
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/git"
],
"ci": false
},
"scripts": {
"release": "semantic-release",
"test": "echo \"Error: no test specified\" && exit 1"
},
"packageManager": "[email protected]"
}