{
  "name": "@fuwu-yuan/bgew",
  "version": "1.13.0",
  "description": "Baguette Game Engine Web is a french 2D Web game engine",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "npm run watch",
    "prepublish": "npm run build",
    "prebuild": "rm -rf dist/",
    "build": "tsc",
    "watch": "tsc -w",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "npm run build",
    "deploy": "npm run prepare && npm publish"
  },
  "keywords": [
    "game",
    "engine",
    "french",
    "bgew",
    "gaming",
    "2d",
    "web"
  ],
  "author": "Steve Cohen",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^16.6.1",
    "cpy-cli": "^2.0.0",
    "del-cli": "^3.0.0",
    "typescript": "^4.3.2"
  },
  "dependencies": {
    "@types/howler": "^2.2.4",
    "@types/stats": "^0.16.30",
    "axios": "^0.21.1",
    "browser-process-hrtime": "^1.0.0",
    "buffer": "^6.0.3",
    "detect-collisions": "^2.5.6",
    "hidpi-canvas": "^1.0.10",
    "howler": "^2.2.3",
    "process": "^0.11.10",
    "rxjs": "^7.1.0",
    "stats.js": "^0.17.0",
    "worker-timers": "^7.0.33"
  }
}
