{
  "name": "p5.wrapper",
  "version": "0.4.1",
  "description": "A lightweight declarative wrapper for p5.js that lets you build interactive sketches using Web Components or frameworks like Zikojs, React, VanJS...",
  "type": "module",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "cross-env NODE_ENV=development rollup --config rollup.config.js",
    "watch": "cross-env NODE_ENV=development rollup --config rollup.config.js -w",
    "build": "cross-env NODE_ENV=production rollup --config rollup.config.js"
  },
  "exports": {
    "./*":{
      "import": "./wrappers/*/index.js"
    }
  },
  "keywords": [
    "zikojs",
    "ziko",
    "p5",
    "react",
    "vanjs",
    "svelte",
    "vue",
    "astro",
    "lit",
    "wrapper"
  ],
  "author": "zakaria elalaoui",
  "license": "MIT ",
  "dependencies": {
    "p5": "^2.0.3",
    "ziko": "^0.60.1",
    "ziko-wrapper": "^0.0.28"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "cross-env": "^7.0.3",
    "rollup": "^4.44.2"
  }
}
