{
  "version": "0.4.1",
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch --format cjs,umd",
    "build-tsdx": "tsdx build --format cjs,umd",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "webpack --mode=production",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "build": "webpack --mode=production",
    "build-and-test": "npm run test && webpack --mode=production",
    "watch": "webpack --mode=development --watch",
    "serve": "npx --yes serve -l 8080 --no-clipboard",
    "dev": "npm run watch & npm run serve",
    "patch-publish": "npm version patch && webpack --mode=production && npm publish",
    "minor-publish": "npm version minor && webpack --mode=production && npm publish",
    "major-publish": "npm version major && webpack --mode=production && npm publish"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "@mesh-interactive/mesh-sdk",
  "author": "mesh-interactive",
  "jest": {
    "testEnvironment": "jsdom",
    "globals": {
      "MESH_VERSION": "0.4.0-test"
    }
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "^7.0.8",
    "husky": "^7.0.4",
    "rollup-plugin-natives": "^0.7.5",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "size-limit": "^7.0.8",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "webpack-cli": "^4.10.0"
  },
  "dependencies": {
    "@chakra-ui/react": "^1.8.6",
    "@emotion/react": "^11.8.2",
    "@emotion/styled": "^11.8.1",
    "@fingerprintjs/fingerprintjs-pro": "^3.8.6",
    "@fontsource/dm-sans": "^4.5.6",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-node-resolve": "^13.2.1",
    "@sentry/browser": "^7.64.0",
    "@testing-library/jest-dom": "^5.16.2",
    "@testing-library/react": "^10.4.9",
    "@testing-library/user-event": "^12.8.3",
    "@types/jest": "^25.2.3",
    "@types/jsonapi-serializer": "^3.6.5",
    "@types/node": "^12.20.47",
    "@types/react": "^16.14.24",
    "@types/react-dom": "^16.9.14",
    "axios": "^0.26.1",
    "clean-webpack-plugin": "^4.0.0",
    "cloudinary": "^1.29.0",
    "css-loader": "^6.7.1",
    "framer-motion": "^4.1.17",
    "js-cookie": "^3.0.1",
    "json-api-normalize": "^1.1.5",
    "json-api-normalizer": "^1.0.4",
    "json-api-serializer": "^2.6.6",
    "mini-css-extract-plugin": "^2.6.0",
    "normalize-json-api-response": "^1.1.2",
    "path": "^0.12.7",
    "postcss-loader": "^6.2.1",
    "raw-loader": "^4.0.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-icons": "^3.11.0",
    "react-router-dom": "^6.3.0",
    "react-scripts": "5.0.0",
    "react-shadow": "^19.0.2",
    "react-shadow-root": "^6.1.1",
    "rollup": "^2.68.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "sass-loader": "^12.6.0",
    "style-loader": "^3.3.1",
    "styled-components": "^5.3.3",
    "to-string-loader": "^1.2.0",
    "ts-loader": "^9.3.0",
    "typescript": "^4.6.2",
    "use-debounce": "^7.0.1",
    "web-vitals": "^0.2.4",
    "webpack-node-externals": "^3.0.0"
  }
}
