{
  "name": "power-render",
  "version": "0.0.2",
  "description": "Basic graphics",
  "main": "dist/es/index.js",
  "scripts": {
    "dev": "tsc --watch --sourceMap true --module UMD --outDir dev/dist & http-server ./dev -p 8888",
    "build": "npm run build:es && npm run build:umd",
    "build:es": "tsc -P tsconfig.json",
    "build:umd": "tsc -P tsconfig.json --module UMD --outDir dist/umd",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "dongyuanxin",
  "license": "MIT",
  "devDependencies": {
    "http-server": "^0.11.1",
    "prettier": "^1.18.2",
    "typescript": "^3.6.4"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:dongyuanxin/power-render.git"
  },
  "keywords": [
    "2d",
    "canvas"
  ],
  "bugs": {
    "url": "https://github.com/dongyuanxin/power-render/issues"
  },
  "homepage": "https://github.com/dongyuanxin/power-render#readme"
}
