{
  "name": "jooba-fe-module",
  "version": "1.0.3",
  "description": "a full-featured jackpot management platform. You can learn more at https://jooba.tech",
  "type": "module",
  "main": "./dist/index.js",
  "scripts": {
    "build": "rimraf dist && tsc ",
    "build:rollup": "rimraf dist && tsc && rollup -c rollup.config.js"
  },
  "author": "Chrystian Sweick",
  "license": "MIT",
  "dependencies": {
    "@types/animejs": "^3.1.4",
    "@types/canvas-confetti": "^1.4.2",
    "animejs": "^3.2.1",
    "canvas-confetti": "^1.5.1",
    "lottie-web": "^5.9.6",
    "sockjs-client": "^1.6.1",
    "typescript": "^5.1.6"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@types/estree": "^0.0.47",
    "@types/sockjs-client": "^1.5.1",
    "path": "^0.12.7",
    "rimraf": "^3.0.2",
    "rollup": "^2.34.2",
    "rollup-plugin-polyfill-node": "^0.10.1",
    "rollup-plugin-terser": "^7.0.2"
  }
}
