{
  "name": "yakuza-api",
  "version": "0.9.1",
  "author": {
    "name": "fzdwx",
    "email": "likelovec@gmail.com"
  },
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "repository": {
    "url": "https://github.com/fzdwx/yakuza/tree/main/packages/yakuza-api"
  },
  "files": [
    "dist",
    "index.scss"
  ],
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "dependencies": {
    "tiny-invariant": "^1.3.1"
  },
  "devDependencies": {
    "node-sass": "^9.0.0",
    "tsup": "^8.0.1"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsup src",
    "dev": "tsup src --watch"
  }
}