-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 951 Bytes
/
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
{
"name": "sid2",
"version": "0.0.0",
"description": "sid2 monorepo",
"main": "index.js",
"scripts": {
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it",
"version": "release-it --release-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmdc/sid2.git"
},
"keywords": [
"sid2",
"hmdc",
"iqss"
],
"author": "Harvard-MIT Data Center",
"license": "ISC",
"bugs": {
"url": "https://github.com/hmdc/sid2/issues"
},
"homepage": "https://github.com/hmdc/sid2#readme",
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@csmith/release-it-calver-plugin": "^2021.5.7",
"@release-it/bumper": "^3.0.1",
"@release-it/conventional-changelog": "4.1.0",
"current-git-branch": "^1.1.0",
"husky": "^7.0.1",
"release-it": "^14.14.0"
}
}