{
  "name": "mdx-m3-viewer",
  "version": "5.5.4",
  "description": "A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.",
  "main": "src/index.ts",
  "scripts": {
    "build": "webpack --mode=production",
    "dev": "webpack -w --mode=development"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/flowtsohg/mdx-m3-viewer.git"
  },
  "author": "Chananya Freiman",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/flowtsohg/mdx-m3-viewer/issues"
  },
  "homepage": "https://github.com/flowtsohg/mdx-m3-viewer#readme",
  "dependencies": {
    "fengari": "^0.1.4",
    "gl-matrix": "^3.1.0",
    "pako": "^1.0.10",
    "tga-js": "^1.1.1",
    "typescript": "^3.7.3"
  },
  "devDependencies": {
    "@types/gl-matrix": "^2.4.5",
    "@types/node": "^12.12.17",
    "@types/pako": "^1.0.1",
    "@typescript-eslint/eslint-plugin": "^2.11.0",
    "@typescript-eslint/parser": "^2.11.0",
    "eslint": "^6.7.2",
    "ts-loader": "^6.2.1",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10"
  }
}