{
  "name": "@excaliburjs/plugin-aseprite",
  "version": "0.32.1",
  "description": "Aseprite Resource Plugin for Excalibur",
  "main": "./build/umd/excalibur-aseprite.js",
  "typings": "./build/umd/src/index.d.ts",
  "repository": {
      "type": "git",
      "url": "git://github.com/excaliburjs/excalibur-aseprite.git"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./build/umd/src/index.d.ts",
      "import": "./build/esm/excalibur-aseprite.min.js",
      "require": "./build/umd/excalibur-aseprite.min.js"
    }
  },
  "scripts": {
    "start": "webpack-dev-server --config webpack.config.test.js --open",
    "start:ci-server": "webpack --config webpack.config.test.js && http-server ./example --port 8080",
    "watch": "webpack --progress --watch",
    "build:esm": "webpack --progress --config webpack.config.js --mode production --env output=esm",
    "build:umd": "webpack --progress --config webpack.config.js --mode production",
    "build": "npm run build:umd && npm run build:esm",
    "test:unit": "karma start",
    "test:integration": "npx playwright test",
    "test:integration-update": "npx playwright test --update-snapshots",
    "test": "npm run test:unit && npm run test:integration"
  },
  "author": "Erik Onarheim",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/excaliburjs/excalibur-aseprate/issues"
  },
  "homepage": "https://github.com/excaliburjs/excalibur-aseprate#readme",
  "devDependencies": {
    "@playwright/test": "1.57.0",
    "@types/jasmine": "5.1.13",
    "@types/node": "^22.10.2",
    "@types/pako": "2.0.4",
    "@types/webpack-env": "1.18.8",
    "excalibur": "~0.32.0",
    "excalibur-jasmine": "0.5.0",
    "http-server": "14.1.1",
    "jasmine": "5.13.0",
    "karma": "6.4.4",
    "karma-chrome-launcher": "3.2.0",
    "karma-jasmine": "5.1.0",
    "karma-webpack": "5.0.1",
    "raw-loader": "4.0.2",
    "ts-loader": "9.5.4",
    "typescript": "5.9.3",
    "webpack": "5.104.1",
    "webpack-cli": "6.0.1",
    "webpack-dev-server": "5.2.2"
  },
  "peerDependencies": {
    "excalibur": "~0.32.0"
  },
  "overrides": {
    "excalibur-jasmine": {
      "excalibur": "~0.32.0"
    }
  },
  "dependencies": {
    "pako": "2.1.0"
  }
}
