{
  "name": "@crcls/blocksui-sdk",
  "version": "0.0.14",
  "description": "Blocks UI SDK - Used to build dApps with the Blocks UI Protocol",
  "main": "./dist/index.js",
  "types": "./dist/types.d.ts",
  "type": "module",
  "scripts": {
    "start": "node ./scripts/serve.mjs",
    "build": "NODE_ENV=production node ./scripts/build.mjs",
    "format": "prettier --write \"src/**/*.{css,js,json,jsx,md,scss,ts,tsx,yml}\"",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix",
    "type:check": "tsc --noEmit",
    "test": "NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-vm-modules jest ./src"
  },
  "files": ["dist/**/*"],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/crcls/blocksui-sdk.git"
  },
  "author": "CRCLS Networks, Inc",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/crcls/blocksui-sdk/issues"
  },
  "homepage": "https://github.com/crcls/blocksui-sdk#readme",
  "devDependencies": {
    "@jest/globals": "^29.0.3",
    "@jest/types": "^29.0.3",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@types/jest": "^29.0.3",
    "@types/lodash.clonedeep": "^4.5.7",
    "@types/lodash.get": "^4.4.7",
    "@types/lodash.has": "^4.5.7",
    "@types/lodash.isequal": "^4.5.6",
    "@types/lodash.set": "^4.3.7",
    "@types/react": "^18.0.17",
    "autoprefixer": "^10.4.8",
    "dotenv": "^16.0.1",
    "esbuild": "^0.15.5",
    "esbuild-plugin-inline-image": "^0.0.8",
    "esbuild-style-plugin": "^1.6.0",
    "eslint": "^8.23.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest-dom": "^4.0.2",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-react": "^7.31.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jest": "^29.0.1",
    "postcss-url": "^10.1.3",
    "prettier": "^2.7.1",
    "ts-jest": "^29.0.1",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.2"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "lodash.clonedeep": "^4.5.0",
    "lodash.isequal": "^4.5.0",
    "lodash.get": "^4.4.2",
    "lodash.has": "^4.5.2",
    "lodash.set": "^4.3.2",
    "multihash": "^0.1.0",
    "multihashes": "^4.0.3",
    "nanoid": "^4.0.0"
  }
}
