1.0.1
Showing
package.json
0 → 100644
| { | ||
| "name": "hswebhttpclient", | ||
| "version": "1.0.1", | ||
| "description": "dync中httpClient基础插件", | ||
| "main": "./dist/hsWebHttpClient.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1", | ||
| "build": "webpack", | ||
| "prepublish": "webpack" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "ssh://git@47.110.145.204:2222/h/hswebhttpclient.git" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| "terser-webpack-plugin": "^5.0.3" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.21.0", | ||
| "hs-util-js": "^1.0.5", | ||
| "webpack": "^5.10.1", | ||
| "webpack-cli": "^4.2.0" | ||
| } | ||
| } |
Please
register
or
sign in
to comment