{
  "name": "legra",
  "version": "0.3.0",
  "description": "Create graphics using Lego like brick shapes.",
  "main": "lib/legra.umd.js",
  "module": "lib/legra.js",
  "browser": "lib/legra.iife.js",
  "types": "bin/legra.d.ts",
  "scripts": {
    "build": "rm -rf bin && tsc && rollup -c",
    "lint": "tslint -p tsconfig.json",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pshihn/legra.git"
  },
  "keywords": [
    "graphics",
    "lego",
    "lego bricks",
    "canvas",
    "dataviz"
  ],
  "author": "Preet Shihn <preetshihn@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pshihn/legra/issues"
  },
  "homepage": "https://legrajs.com",
  "devDependencies": {
    "rollup": "^1.31.0",
    "rollup-plugin-terser": "^5.2.0",
    "tslint": "^5.20.1",
    "typescript": "^3.7.5"
  }
}