{
  "name": "pixi-framework",
  "version": "0.16.5",
  "description": "Pixi Framework",
  "main": "dist/index.js",
  "homepage": "https://github.com/sefabaser/pixi-framework#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sefabaser/pixi-framework.git"
  },
  "author": "sefabaser",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sefabaser/pixi-framework/issues"
  },
  "prettier": {
    "printWidth": 130,
    "tabWidth": 2,
    "semicolons": true,
    "singleQuote": true,
    "trailingComma": "none",
    "arrowParens": "avoid"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "moduleDirectories": [
      "node_modules",
      "__dirname/"
    ],
    "rootDir": "src",
    "testRegex": ".spec.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  },
  "scripts": {
    "clean-install": "cls && rm -rf node_modules && rm -rf package-lock.json && npm install",
    "start": "npm run build && node dist",
    "build": "tsc",
    "pretest": "clear",
    "lint": "eslint \"src/**/*.ts\" --fix",
    "test": "jest",
    "test-watch": "jest --watch",
    "test-coverage": "jest --coverage",
    "deploy": "npm test && npm run build && npm publish"
  },
  "dependencies": {
    "helpers-lib": "1.5.32",
    "pixi.js": "7.3.3",
    "bard-legends-framework": "0.1.7",
    "pixi-filters": "5.3.0",
    "object-hash": "3.0.0"
  },
  "devDependencies": {
    "@types/jest": "29.5.11",
    "@types/object-hash": "3.0.6",
    "@typescript-eslint/eslint-plugin": "6.18.1",
    "@typescript-eslint/parser": "6.18.1",
    "eslint": "8.56.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-no-null": "1.0.2",
    "eslint-plugin-sort-class-members": "1.19.0",
    "jest": "29.7.0",
    "ts-jest": "29.1.1",
    "typescript": "5.3.3"
  }
}
