{
    "name": "@ysfe/request",
    "version": "1.4.10",
    "description": "宇石前端 - 基于 axios 的 Http 请求库扩展",
    "main": "./dist/index.js",
    "jsnext:main": "./dist/index.js",
    "typings": "./typings/index.d.ts",
    "scripts": {
        "preview": "yarn link && tsc --watch",
        "release": "rm -rf ./dist && tsc && yrm use npm && yarn publish",
        "test": "jest"
    },
    "repository": {
        "type": "gitlab",
        "url": "http://gitlab.yslocal.com/fe-basic/open-source/request"
    },
    "author": "Halo",
    "license": "MIT",
    "dependencies": {
        "axios": "^0.24.0",
        "crypto-js": "^4.1.1",
        "deepmerge": "^4.2.2",
        "qs": "^6.10.1",
        "sort-keys": "^5.0.0"
    },
    "devDependencies": {
        "@babel/core": "^7.14.8",
        "@babel/preset-env": "^7.14.8",
        "@babel/preset-typescript": "^7.14.5",
        "@types/crypto-js": "^4.0.2",
        "@types/jest": "^26.0.24",
        "@types/node": "^16.4.0",
        "@types/qs": "^6.9.7",
        "@types/webpack-env": "^1.16.2",
        "jest": "^27.0.6",
        "ts-jest": "^27.0.4",
        "tslib": "^2.3.1",
        "typescript": "^4.5.2"
    }
}
