{
  "version": "0.1.19",
  "license": "MIT",
  "main": "dist/index",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "peerDependencies": {
    "react": ">=18"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "react-flowfield",
  "author": "bjoroen",
  "repository": {
    "type": "git",
    "url": "https://github.com/bjoroen/react-flowfield"
  },
  "keywords": [
    "react background",
    "background component",
    "flowfield",
    "perlin noise"
  ],
  "module": "dist/crative-react-components-lib.esm.js",
  "size-limit": [
    {
      "path": "dist/crative-react-components-lib.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/crative-react-components-lib.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@babel/core": "^7.16.12",
    "@size-limit/preset-small-lib": "^7.0.5",
    "@storybook/addon-essentials": "^6.4.16",
    "@storybook/addon-info": "^5.3.21",
    "@storybook/addon-links": "^6.4.16",
    "@storybook/addons": "^6.4.16",
    "@storybook/react": "^6.4.16",
    "@types/p5": "^1.4.0",
    "@types/react": "^17.0.38",
    "@types/react-dom": "^17.0.11",
    "babel-loader": "^8.2.3",
    "husky": "^7.0.4",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "react-is": "^17.0.2",
    "size-limit": "^7.0.5",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "^4.5.5"
  },
  "dependencies": {
    "eslint": "^8.17.0",
    "p5": "^1.4.0"
  }
}
