{
  "name": "tribe-api-wrapper",
  "version": "1.3.2",
  "description": "Custom wrapper for tribe tracking",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "leaderboard",
    "API wrapper",
    "React",
    "Twitter",
    "tribe",
    "tracking",
    "tracking API",
    "tracking API wrapper"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/BankkRoll/tribe-api-wrapper.git"
  },
  "bugs": {
    "url": "https://github.com/BankkRoll/tribe-api-wrapper/issues"
  },
  "homepage": "https://tribe-api-wrapper.vercel.app/",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "format": "prettier --write \"**/*.{ts,tsx}\"",
    "test": "echo \"Error: no test specified\" && exit 1",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "serve-storybook": "npx serve storybook-static",
    "now-build": "storybook build -c .storybook",
    "bankk": "npm run format && npm run build-storybook && npm publish"
  },
  "author": "bankkroll",
  "license": "MIT",
  "dependencies": {
    "@storybook/nextjs": "^7.3.2",
    "autoprefixer": "^10.4.15",
    "axios": "^1.4.0",
    "babel-plugin-react-docgen": "^4.2.1",
    "next": "13.3.0",
    "postcss": "^8.4.28",
    "prettier": "^2.4.1",
    "react": "18.2.0",
    "storybook-addon-react-docgen": "^1.2.44"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.22.10",
    "@babel/preset-react": "^7.22.5",
    "@storybook/addon-docs": "^7.3.2",
    "@storybook/addon-essentials": "^7.3.2",
    "@storybook/addon-interactions": "^7.3.2",
    "@storybook/addon-links": "^7.3.2",
    "@storybook/addon-onboarding": "^1.0.8",
    "@storybook/blocks": "^7.3.2",
    "@storybook/cli": "^7.3.2",
    "@storybook/react": "^7.3.2",
    "@storybook/react-webpack5": "^7.3.2",
    "@storybook/testing-library": "^0.2.0",
    "prop-types": "^15.8.1",
    "react-dom": "^18.2.0",
    "storybook": "^7.3.2",
    "storybook-docs-toc": "^1.7.0"
  }
}
