{
  "name": "@siketyan/matter-js",
  "version": "0.14.4",
  "license": "MIT",
  "homepage": "https://github.com/siketyan/matter-js",
  "author": "Naoki Ikeguchi <root@siketyan.dev>",
  "description": "Just a customized version of matter.js",
  "main": "build/matter.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/siketyan/matter-js.git"
  },
  "keywords": [
    "javascript",
    "canvas",
    "html5",
    "physics",
    "physics engine",
    "game engine",
    "rigid body physics"
  ],
  "devDependencies": {
    "eslint": "^6.8.0",
    "gulp": "^4.0.2",
    "gulp-bump": "^2.6.1",
    "gulp-conventional-changelog": "^1.1.0",
    "gulp-tag-version": "^1.3.0",
    "gulp-util": "^3.0.8",
    "jest": "^25.1.0",
    "jest-worker": "^24.9.0",
    "json-stringify-pretty-compact": "^2.0.0",
    "poly-decomp": "^0.3.0",
    "run-sequence": "^1.1.4",
    "webpack": "^4.42.0",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3"
  },
  "scripts": {
    "dev": "webpack-dev-server --watch-content-base",
    "build": "webpack --mode=production & webpack --mode=production --env.MINIMIZE",
    "build-alpha": "webpack --mode=production --env.ALPHA & webpack --mode=production --env.MINIMIZE --env.ALPHA",
    "build-examples": "webpack --config webpack.examples.config.js --mode=production --env.ALPHA & webpack --config webpack.examples.config.js --mode=production --env.MINIMIZE --env.ALPHA",
    "lint": "eslint 'src/**/*.js' 'demo/js/Demo.js' 'demo/js/Compare.js' 'examples/*.js' 'webpack.*.js' 'Gulpfile.js'",
    "doc": "gulp doc",
    "test": "jest",
    "test-save": "SAVE=true jest",
    "test-watch": "jest --watch",
    "pretest": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {},
  "files": [
    "src",
    "build",
    "index.d.ts",
    "CHANGELOG.md"
  ]
}
