{
  "name": "hytopia-model-particles",
  "version": "2.1.0",
  "description": "Advanced particle system plugin for Hytopia SDK with animations, patterns, and performance monitoring",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "clean": "rimraf dist"
  },
  "keywords": [
    "hytopia",
    "particles",
    "effects",
    "game",
    "sdk",
    "physics",
    "entity-factory"
  ],
  "author": "NeuralPixelGames",
  "license": "MIT",
  "dependencies": {
    "hytopia": "^0.6.27",
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/js-yaml": "^4.0.5",
    "@types/node": "^20.11.24",
    "@typescript-eslint/eslint-plugin": "^5.59.0",
    "@typescript-eslint/parser": "^5.59.0",
    "eslint": "^8.38.0",
    "jest": "^29.5.0",
    "rimraf": "^5.0.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.3.3"
  }
}
