{
  "name": "@rive-app/canvas-lite",
  "version": "2.37.8",
  "description": "A lite version of Rive's canvas based web api.",
  "main": "rive.js",
  "homepage": "https://rive.app",
  "repository": {
    "type": "git",
    "url": "https://github.com/rive-app/rive-wasm/tree/master/js"
  },
  "keywords": [
    "rive",
    "animation"
  ],
  "author": "Rive",
  "contributors": [
    "Luigi Rosso <luigi@rive.app> (https://rive.app)",
    "Maxwell Talbot <max@rive.app> (https://rive.app)",
    "Arthur Vivian <arthur@rive.app> (https://rive.app)",
    "Umberto Sonnino <umberto@rive.app> (https://rive.app)",
    "Matthew Sullivan <matt.j.sullivan@gmail.com> (mailto:matt.j.sullivan@gmail.com)"
  ],
  "license": "MIT",
  "files": [
    "rive.js",
    "rive.js.map",
    "rive.wasm",
    "rive_fallback.wasm",
    "rive.d.ts",
    "rive_advanced.mjs.d.ts",
    "runtimeLoader.d.ts",
    "utils"
  ],
  "typings": "rive.d.ts",
  "dependencies": {},
  "browser": {
    "fs": false,
    "path": false
  }
}