{
    "name": "@nkia-aiotion/client-api",
    "version": "1.0.1",
    "description": "service api",
    "main": "./lib/esm/index.js",
    "scripts": {
        "build-lib-cjs": "babel --config-file=./babel.config.cjs.js ./src --out-dir lib/cjs --copy-files",
        "build-lib-esm": "babel --config-file=./babel.config.js ./src --out-dir lib/esm --copy-files",
        "prebuild-lib": "rimraf lib",
        "build-lib": "cross-env NODE_ENV=production yarn build-lib-cjs && yarn build-lib-esm",
        "prepublishOnly": "yarn build-lib",
        "prepack": "yarn build-lib",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "aiotion",
        "nkia-aiotion"
    ],
    "author": "nkia-aiotion",
    "license": "MIT",
    "husky": {
        "hooks": {
            "pre-commit": "pretty-quick --staged"
        }
    },
    "dependencies": {
        "axios": "^0.20.0",
        "axios-retry": "^3.1.9",
        "cross-env": "^7.0.2",
        "history": "^5.0.0",
        "i18next": "^19.8.2",
        "i18next-browser-languagedetector": "^6.0.1",
        "i18next-xhr-backend": "^3.2.2",
        "immutability-helper": "^3.1.1",
        "jwt-decode": "^3.0.0",
        "lodash": "^4.17.20",
        "moment": "^2.29.1",
        "moment-timezone": "^0.5.31",
        "qs": "^6.9.4",
        "query-string": "^6.13.6",
        "redux-actions": "^2.6.5",
        "store": "^2.0.12",
        "uuid": "^8.3.1"
    },
    "devDependencies": {
        "@babel/cli": "^7.12.1",
        "@babel/core": "^7.12.3",
        "@babel/plugin-proposal-decorators": "^7.12.1",
        "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
        "@babel/plugin-transform-async-to-generator": "^7.12.1",
        "@babel/polyfill": "^7.12.1",
        "@babel/preset-env": "^7.12.1",
        "babel-eslint": "^10.1.0",
        "babel-plugin-transform-remove-console": "^6.9.4",
        "core-js": "^3.6.5",
        "eslint": "^7.11.0",
        "eslint-config-prettier": "^6.14.0",
        "eslint-plugin-prettier": "^3.1.4",
        "husky": "^4.3.0",
        "prettier": "^2.1.2",
        "pretty-quick": "^3.1.0",
        "rimraf": "^3.0.2"
    },
    "prettier": {
        "tabWidth": 4,
        "useTabs": false,
        "printWidth": 120,
        "trailingComma": "all",
        "semi": false,
        "singleQuote": true,
        "jsxSingleQuote": false,
        "arrowParens": "always",
        "bracketSpacing": true,
        "jsxBracketSameLine": false
    }
}
