-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1019 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
39
40
41
42
{
"name": "git_test",
"version": "1.0.0",
"description": "test",
"main": "index.js",
"scripts": {
"test": "echo test",
"prepare": "husky install",
"commit": "commit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shanquan954/test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shanquan954/test/issues"
},
"homepage": "https://github.com/shanquan954/test#readme",
"devDependencies": {
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/prompt-cli": "^18.4.4",
"cz-git": "^1.8.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^5.1.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "3.1.1"
},
"dependencies": {
"@commitlint/cli": "^18.4.4"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}