{
  "name": "@9am/fire-flame-react",
  "version": "0.3.2",
  "description": "A fire flame library.",
  "keywords": [
    "fire",
    "flame",
    "animation",
    "canvas",
    "svg",
    "react"
  ],
  "files": [
    "dist/*.js",
    "dist/*.ts"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.es.js",
  "main": "./dist/index.cjs.js",
  "main:umd": "./dist/index.umd.js",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs.js",
      "default": "./dist/index.es.js"
    }
  },
  "scripts": {
    "dev": "vite build --watch",
    "build": "vite build"
  },
  "author": [
    {
      "name": "9am",
      "email": "tech.9am@gmail.com",
      "url": "https://9am.github.io/"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/9am/fire-flame"
  },
  "license": "MIT",
  "dependencies": {
    "@9am/fire-flame": "0.3.2"
  },
  "devDependencies": {
    "@types/react": "^18.0.16",
    "@types/react-dom": "^18.0.6",
    "@vitejs/plugin-react": "^2.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
