{
    "name": "cjet-axios",
    "version": "0.1.6",
    "description": "CJET-AXIOS",
    "main": "dist/cjet-axios.umd.js",
    "module": "dist/cjet-axios.esm.js",
    "scripts": {
        "dev": "NODE_ENV=development ENV=daily rollup -c -w",
        "build": "NODE_ENV=production ENV=prod rollup -c",
        "upload": "npm run build && npm publish"
    },
    "author": "XH",
    "license": "MIT",
    "types": "dist/typing/index.d.ts",
    "devDependencies": {
        "@babel/core": "^7.12.3",
        "@babel/runtime": "^7.2.0",
        "@rollup/plugin-commonjs": "^16.0.0",
        "@rollup/plugin-node-resolve": "^10.0.0",
        "@types/md5": "2.3.1",
        "nodemon": "^2.0.7",
        "rollup": "^2.33.1",
        "rollup-plugin-babel": "^4.4.0",
        "rollup-plugin-delete": "^2.0.0",
        "rollup-plugin-json": "^4.0.0",
        "rollup-plugin-livereload": "^2.0.0",
        "rollup-plugin-node-resolve": "^5.2.0",
        "rollup-plugin-serve": "^1.1.0",
        "rollup-plugin-terser": "^7.0.2",
        "rollup-plugin-typescript2": "^0.30.0",
        "ts-node": "^10.0.0",
        "tslib": "^2.0.3",
        "typescript": "~4.5.5"
    },
    "dependencies": {
        "axios": "^0.26.1",
        "crypto-js": "^4.1.1",
        "localforage": "^1.10.0",
        "md5": "2.3.0"
    },
    "resolutions": {
        "@babel/helpers": "7.2.0",
        "@babel/runtime": "7.2.0"
    },
    "keywords": [
        "ecmascript",
        "object",
        "test262",
        "getownpropertydescriptors",
        "Object.getOwnPropertyDescriptor",
        "Object.getOwnPropertyDescriptors"
    ]
}
