
{
  "name": "wow-model-viewer",
  "version": "1.5.3",
  "description": "Generate World of Warcraft 3D model with body parts customization and items.",
  "engines": {
    "node": ">=16.0.0 <19.0.0"
  },
  "main": "index.js",
  "types": "./types/index.d.ts",
  "scripts": {
    "prepublish": "npx -p typescript tsc index.js wow_model_viewer.js  --declaration --allowJs --emitDeclarationOnly --outDir types",
    "test": "jest",
    "test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Miorey/wow-model-viewer.git"
  },
  "keywords": [
    "Wow",
    "World of warcraft",
    "3d viewer"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Miorey/wow-model-viewer/issues"
  },
  "homepage": "https://github.com/Miorey/wow-model-viewer#readme",
  "devDependencies": {
    "@babel/core": "^7.21.4",
    "@babel/preset-env": "^7.21.4",
    "eslint": "^8.50.0",
    "eslint-plugin-jest": "^27.2.1",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "node-fetch": "^2.7.0",
    "npm": "^9.6.4",
    "typescript": "^5.0.4"
  }
}
