-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 916 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
{
"name": "@interslavic/monorepo-hunspell",
"version": "0.0.0",
"private": true,
"description": "Monorepo to manage simultaneous Interslavic spelling dictionary releases",
"repository": {
"type": "git",
"url": "git+https://github.com/medzuslovjansky/isv_hunspell_dict.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/medzuslovjansky/isv_hunspell_dict/issues"
},
"homepage": "https://github.com/medzuslovjansky/isv_hunspell_dict#readme",
"devDependencies": {
"@commitlint/config-conventional": "^16.0.0",
"@types/node": "^14.18.9",
"commitlint": "^16.1.0",
"cz-conventional-changelog": "^3.3.0",
"git-cz": "^4.8.0",
"husky": "^7.0.4",
"lerna": "^4.0.0"
},
"scripts": {
"prepare": "husky install && bash scripts/bootstrap.sh"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}