{
  "files": ["dist", "CHANGELOG.md", "LICENSE", "README.md"],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } },
  "scripts": {
    "start": "rive start",
    "build": "rive build",
    "build:watch": "rive build --watch",
    "format": "oxfmt ."
  },
  "devDependencies": {
    "@guoyunhe/oxfmt-config": "^1.0.0",
    "@guoyunhe/tsconfig": "^1.1.0",
    "@mdx-js/react": "^3.0.0",
    "@types/node": "^22.0.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rive": "^3.0.0",
    "typescript": "^5.0.0"
  },
  "lint-staged": {
    "*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}": "eslint --fix",
    "*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}": "oxfmt"
  },
  "rive": { "template": "<%= template %>", "doc": { "basename": "/<%= basename %>/" } }
}
