[c330f8]: / .semantic-release / package.json

Download this file

13 lines (13 with data), 354 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
{
"name": "CVD-risk-scores",
"version": "1.0.0",
"scripts": {
"installInRoot": "npm install && mv ./node_modules ./../node_modules"
},
"devDependencies": {
"semantic-release": "19.0.5",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1"
}
}