{
  "name": "tinyh264",
  "version": "0.0.7",
  "description": "web assembly h264 decoder",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "es",
    "lib"
  ],
  "scripts": {
    "build-wasm": "bash build_wasm.sh",
    "build": "nwb build-web-module --copy-files",
    "clean": "nwb clean-web-module",
    "prepublishOnly": "npm run build",
    "test": "nwb test",
    "test:coverage": "nwb test --coverage",
    "test:watch": "nwb test --server"
  },
  "dependencies": {},
  "devDependencies": {
    "nwb": "0.25.2"
  },
  "author": "Erik De Rijcke",
  "homepage": "https://github.com/udevbe/tinyh264",
  "license": "Apache-2.0",
  "repository": "https://github.com/udevbe/tinyh264"
}
