{
  "name": "xcore-casino",
  "version": "1.0.9",
  "description": "Casino Core module",
  "type": "module",
  "main": "./dist/index.min.js",
  "module": "./dist/index.min.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist",
    "README.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.min.js",
      "default": "./dist/index.min.js"
    },
    "./wasm/*": {
      "import": "./dist/*",
      "default": "./dist/*"
    }
  },
  "scripts": {
    "clean": "rimraf dist",
    "prebuild": "npm run clean",
    "build": "webpack --mode production",
    "build:types": "tsc --emitDeclarationOnly",
    "build:all": "npm run prebuild && npm run build && npm run build:types",
    "prepare": "npm run build:all",
    "test": "jest",
    "lint": "eslint src --ext .ts",
    "format": "prettier --write \"src/**/*.ts\""
  },
  "keywords": [
    "casino",
    "xcasino",
    "wasm",
    "typescript"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@typescript-eslint/eslint-plugin": "^7.1.0",
    "@typescript-eslint/parser": "^7.1.0",
    "copy-webpack-plugin": "^13.0.0",
    "eslint": "^8.57.0",
    "fork-ts-checker-webpack-plugin": "^9.0.2",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^3.2.5",
    "raw-loader": "^4.0.2",
    "rimraf": "^5.0.5",
    "terser": "^5.39.0",
    "terser-webpack-plugin": "^5.3.10",
    "ts-jest": "^29.1.2",
    "ts-loader": "^9.5.1",
    "typescript": "^5.3.3",
    "webpack": "^5.90.3",
    "webpack-cli": "^5.1.4"
  }
}
