{
  "name": "@cryptopuppie/useatomicassets",
  "version": "0.1.6",
  "description": "Custom SWR hooks for Atomicassets api data fetching.",
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "repository": "World-of-Cryptopups/useAtomicAssets",
  "keywords": [
    "atomicassets",
    "atomicassets fetcher",
    "atomic hooks fetcher",
    "react hooks atomicassets",
    "react hooks",
    "swr hook"
  ],
  "author": {
    "name": "World of Cryptopups Members",
    "email": "iamcoderx@gmail.com",
    "url": "https://www.worldofcryptopups.cf/"
  },
  "contributors": [
    {
      "name": "Joshue Abance",
      "email": "iamcoderx@gmail.com",
      "url": "https://github.com/TheBoringDude"
    }
  ],
  "license": "MIT",
  "tsup": {
    "entry": [
      "src/index.ts"
    ],
    "format": [
      "esm",
      "cjs"
    ],
    "dts": {
      "resolve": true
    },
    "splitting": true,
    "clean": true,
    "inject": [
      "./react_shim.js"
    ],
    "external": [
      "react",
      "react-dom",
      "cross-fetch",
      "swr",
      "url-join"
    ]
  },
  "dependencies": {
    "cross-fetch": "^3.1.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "swr": "^1.3.0",
    "url-join": "^5.0.0"
  },
  "devDependencies": {
    "@types/node": "^18.0.6",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^5.30.6",
    "@typescript-eslint/parser": "^5.30.6",
    "eslint": "^8.19.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard-with-typescript": "^22.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.4",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-react": "^7.30.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1",
    "tslib": "^2.4.0",
    "tsup": "^6.1.3",
    "typescript": "^4.7.4"
  },
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "precommit": "lint-staged",
    "build": "tsup"
  }
}