-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "juchumjuchum",
"version": "0.0.1",
"description": "주춤할 때 곁에서 속삭여주는 똑똑한 투자 도우미, 주춤주춤",
"private": true,
"scripts": {
"client": "yarn workspace frontend",
"server": "yarn workspace backend",
"prepare": "husky install"
},
"workspaces": {
"packages": [
"packages/**"
]
},
"repository": "https://github.com/xjfcnfw3/setting_test_repo.git",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.2.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"config": "cz-config.js"
}
}
}