-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 986 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
38
{
"name": "domicile",
"version": "0.0.0-development",
"license": "MIT",
"private": true,
"scripts": {
"prepare": "husky install",
"commit": "commit",
"semantic-release": "semantic-release"
},
"dependencies": {
"jest": "^29.5.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@commitlint/prompt-cli": "^17.6.6",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.15.11",
"conventional-changelog-conventionalcommits": "^7.0.0",
"husky": "^8.0.3",
"nx": "16.7.2",
"rimraf": "^5.0.0",
"semantic-release": "^22.0.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "^4.9.5"
},
"repository": {
"type": "git",
"url": "https://github.com/domicileapp/domicile.git"
},
"packageManager": "[email protected]"
}