{
  "name": "tatami-canvas",
  "version": "0.8.14",
  "description": "Tatami is easy-to-use graphics engine powered by WebAssembly.",
  "keywords": [
    "tatami",
    "canvas",
    "webassembly",
    "wasm",
    "webgl",
    "drawing"
  ],
  "author": "Tatami Productions Ltd <office@tatami.dev>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tatami-tuotanto/tatami-canvas.git"
  },
  "devDependencies": {
    "vite": "^5.1.6",
    "sass": "^1.62.1"
  },
  "type": "module",
  "scripts": {
    "start": "vite --port 3000 --host",
    "build": "vite build",
    "preview": "vite preview"
  }
}
