{
  "name": "fireworks",
  "description": "A simple fireworks library with exploding bubbles.",
  "version": "2.2.7",
  "module": "./lib/fireworks.js",
  "types": "./lib/fireworks.d.ts",
  "license": "MIT",
  "author": "Fouad Matin <m@fouad.org>",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "clean": "rimraf lib",
    "serve": "parcel serve test/*.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fouad/fireworks.git"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0",
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "parcel": "^2.0.0-beta.1",
    "rimraf": "^2.6.3",
    "typescript": "^3.5.2"
  },
  "dependencies": {}
}
