{
  "name": "@goodboydigital/odie",
  "version": "12.3.2",
  "description": "Goodboys Awesome Entity Component based HTML5 game engine ",
  "keywords": [
    "5",
    "Game",
    "component",
    "engine",
    "entity",
    "html"
  ],
  "homepage": "https://github.com/Goodboy-Digital/odie#readme",
  "repository": {
    "type": "git",
    "url": "git@github.com:Goodboy-Digital/odie.git"
  },
  "license": "ISC",
  "author": "Goodboy digital team",
  "sideEffects": false,
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.js",
  "files": [
    "lib/"
  ],
  "scripts": {
    "prebuild": "npm run clean",
    "build": "run-s build:tsc build:glsl",
    "build:glsl": "copyfiles -u 1 \"src/**/*.vert\" \"src/**/*.frag\" lib/",
    "build:tsc": "tsc",
    "checkDeps": "node tools/dependencies/checkCircularDependencies.js",
    "clean": "rimraf \"{lib,docs,temp}\"",
    "docs": "mkdirp docs",
    "goodbot": "run-s clean docs",
    "postgoodbot": "copyfiles -f dist/* temp/ && copyfiles docs/* temp/",
    "index": "node ./tools/index/generateIndex",
    "lint": "eslint --ext .js --ext .ts ./ --ignore-path .gitignore --max-warnings 0",
    "lint:fix": "npm run lint -- --fix",
    "start": "run-p watch:tsc watch:glsl",
    "pretest": "node tools/tests/auto-tests/AutoTests.js tests && eslint --ext .ts ./test --fix",
    "test": "npx jest --silent",
    "test:debug": "npm run pretest && npx jest",
    "test:dev": "rimraf temp && node tools/tests/auto-tests/AutoTests.js scenes && webpack-dev-server --mode development --progress --color --config ./tools/tests/webpack.config.js",
    "preversion": "npm run clean && npm run lint",
    "postversion": "run-s build:tsc build:glsl",
    "watch:all": "npm run clean && watch:tsc watch:glsl",
    "watch:glsl": "nodemon --watch \"./src/*\" --exec \"npm run build:glsl\" -e vert,frag",
    "watch:index": "node ./tools/index/generateIndex -w",
    "watch:tsc": "tsc -w"
  },
  "pre-commit": [
    "lint"
  ],
  "dependencies": {
    "@goodboydigital/gb-model-tools": "^4.1.0",
    "dat.gui": "^0.7.7",
    "path": "0.12.7",
    "typed-signals": "^2.1.0",
    "webxr-polyfill": "^2.0.3"
  },
  "devDependencies": {
    "pixi.js": "^6.0.2",
    "@goodboydigital/eslint-config": "^1.7.3",
    "@jest/globals": "^26.6.2",
    "@types/dat.gui": "^0.7.5",
    "@types/fs-extra": "^9.0.3",
    "@types/jest": "^26.0.15",
    "@types/pixelmatch": "^5.2.2",
    "@types/pngjs": "^3.4.2",
    "@types/sinon": "^9.0.8",
    "copy-webpack-plugin": "^6.4.1",
    "copyfiles": "^2.4.0",
    "cross-env": "^7.0.2",
    "eslint": "^7.12.1",
    "fs-extra": "^9.0.1",
    "handlebars": "^4.7.6",
    "html-webpack-plugin": "^4.5.0",
    "jest": "^26.6.3",
    "jest-electron": "^0.1.11",
    "jest-raw-loader": "^1.0.1",
    "madge": "^3.12.0",
    "nodemon": "^2.0.6",
    "npm-run-all": "^4.1.5",
    "pixelmatch": "^5.2.1",
    "pngjs": "4.0.1",
    "pre-commit": "^1.2.2",
    "raw-loader": "^4.0.2",
    "rimraf": "^3.0.2",
    "sinon": "^9.2.1",
    "ts-jest": "^26.4.3",
    "ts-loader": "^8.0.8",
    "typescript": "^4.0.5",
    "webpack": "^4.44.2",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0"
  },
  "peerDependencies": {
    "pixi.js": ">= 6.x"
  }
}
