Skip to content

Commit 16aa33f

Browse files
committed
build(projects): update config
1 parent f054220 commit 16aa33f

File tree

2 files changed

+886
-24
lines changed

2 files changed

+886
-24
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
22
"name": "@soybeanjs/request",
33
"version": "1.0.0",
4-
"description": "",
5-
"author": "",
6-
"license": "ISC",
7-
"keywords": [],
84
"main": "dist/index.js",
5+
"types": "dist/index.d.ts",
96
"files": [
107
"dist"
118
],
129
"scripts": {
13-
"build": "tsup"
10+
"build": "tsup",
11+
"prepare": "husky install"
1412
},
1513
"peerDependencies": {
1614
"axios": "^1.1.3",
@@ -20,9 +18,13 @@
2018
"devDependencies": {
2119
"@types/qs": "^6.9.7",
2220
"axios": "^1.1.3",
21+
"commitlint": "^17.2.0",
22+
"cz-git": "^1.3.12",
23+
"czg": "^1.3.12",
2324
"eslint": "^8.26.0",
2425
"eslint-config-soybeanjs": "^0.1.1",
2526
"form-data": "^4.0.0",
27+
"husky": "^8.0.2",
2628
"qs": "^6.11.0",
2729
"tsup": "^6.3.0",
2830
"typescript": "^4.8.4"

0 commit comments

Comments
 (0)