{
  "name": "@smoovy/webgl",
  "version": "1.3.5",
  "description": "Easier WebGL animations for websites",
  "main": "./index.js",
  "homepage": "https://github.com/davideperozzi/smoovy",
  "repository": "https://github.com/davideperozzi/smoovy",
  "publishConfig": {
    "directory": "./dist",
    "access": "public"
  },
  "scripts": {
    "build": "yarn run -T ts-node --esm ../../scripts/build.ts",
    "lint": "eslint ./src",
    "dev": "vite --config ./vite.demo.mts"
  },
  "keywords": [
    "webgl",
    "meshes",
    "shader",
    "smoovy"
  ],
  "author": "Davide Perozzi",
  "license": "MIT",
  "dependencies": {
    "@smoovy/emitter": "^1.0.2",
    "@smoovy/listener": "^1.0.2",
    "@smoovy/observer": "^1.0.7",
    "@smoovy/ticker": "^1.0.2",
    "@smoovy/utils": "^1.0.1"
  },
  "devDependencies": {
    "@tweakpane/core": "^1.1.4",
    "tweakpane": "^3.1.4"
  }
}