{
  "name": "@stackx/utils",
  "version": "0.43.0",
  "scripts": {
    "build": "tsc",
    "build-es": "tsc --module es2015 --outDir es",
    "watch": "yarn build --watch",
    "watch-es": "yarn build-es --watch",
    "test": "jest",
    "clean": "rimraf lib es"
  },
  "main": "lib/index.js",
  "module": "es/index.js",
  "sideEffects": false,
  "license": "MIT",
  "devDependencies": {
    "@types/invariant": "^2.2.31",
    "@types/jest": "^24.0.23",
    "@types/md5": "^2.1.33",
    "@types/node": "^12.7.2",
    "@types/qs": "^6.9.0",
    "jest": "^24.9.0",
    "npm-run-all": "^4.1.5",
    "react": "^16.13.1",
    "react-test-renderer": "^16.12.0",
    "rimraf": "^3.0.0",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.3.0",
    "typescript": "^3.9.5"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "color": "^3.1.2",
    "immer": "^5.2.1",
    "invariant": "^2.2.4",
    "lodash": "^4.17.15",
    "md5": "^2.2.1",
    "qs": "^6.9.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "26754d9aaccac9c209528718ab3af5669e17842b"
}
