We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f054220 commit 16aa33fCopy full SHA for 16aa33f
package.json
@@ -1,16 +1,14 @@
1
{
2
"name": "@soybeanjs/request",
3
"version": "1.0.0",
4
- "description": "",
5
- "author": "",
6
- "license": "ISC",
7
- "keywords": [],
8
"main": "dist/index.js",
+ "types": "dist/index.d.ts",
9
"files": [
10
"dist"
11
],
12
"scripts": {
13
- "build": "tsup"
+ "build": "tsup",
+ "prepare": "husky install"
14
},
15
"peerDependencies": {
16
"axios": "^1.1.3",
@@ -20,9 +18,13 @@
20
18
"devDependencies": {
21
19
"@types/qs": "^6.9.7",
22
+ "commitlint": "^17.2.0",
+ "cz-git": "^1.3.12",
23
+ "czg": "^1.3.12",
24
"eslint": "^8.26.0",
25
"eslint-config-soybeanjs": "^0.1.1",
26
"form-data": "^4.0.0",
27
+ "husky": "^8.0.2",
28
"qs": "^6.11.0",
29
"tsup": "^6.3.0",
30
"typescript": "^4.8.4"
0 commit comments