{
  "name": "starling-framework",
  "version": "2.8.0",
  "description": "A fast, productive library for 2D cross-platform development.",
  "keywords": [
    "starling",
    "framework",
    "game",
    "gpu",
    "openfl"
  ],
  "homepage": "https://gamua.com/starling/",
  "bugs": {
    "url": "https://github.com/openfl/starling/issues"
  },
  "license": "BSD-2-Clause",
  "contributors": [
    "Gamua",
    "Joshua Granick",
    "Other OpenFL contributors"
  ],
  "main": "dist/starling.min.js",
  "module": "lib/starling/index.js",
  "files": [
    "bin",
    "dist",
    "docs",
    "lib",
    "scripts",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/openfl/starling.git"
  },
  "scripts": {
    "build": "npm run build-lib && npm run build-dist && npm run build-swc",
    "build-dist": "npm run build-dist:dev && npm run build-dist:prod",
    "build-dist:dev": "webpack --config webpack.dev.js",
    "build-dist:prod": "webpack --config webpack.prod.js",
    "build-docs": "typedoc --out docs --tsconfig scripts/tsconfig.docs.json --entryPoints lib/starling --entryPointStrategy expand --plugin typedoc-plugin-missing-exports --excludeExternals true --exclude \"**/{node_modules}/**/*.ts\" --readme none --theme default",
    "build-lib": "cd scripts && haxe build.hxml && tsc",
    "build-swc": "compc -load-config=node_modules/@apache-royale/royale-js/royale-asjs/frameworks/js-config.xml -keep-as3-metadata=JSModule -include-sources=lib -compiler.targets=SWF,JS -warnings=false -external-library-path+=node_modules/openfl/dist/openfl.swc -allow-subclass-overrides=true -output=dist/starling.swc",
    "dev-link": "npm link openfl && npm link hxgenjs",
    "prepublishOnly": "npm run build",
    "serve": "http-server -c-1 --cors",
    "start": "npm run watch",
    "watch": "watch \"echo watch: Compiling... && npm run build-lib -s && echo watch: Compiled successfully.\" ./src ./scripts  ./node_modules/openfl/src"
  },
  "devDependencies": {
    "@apache-royale/royale-js": "0.9.12",
    "brotli-webpack-plugin": "^1.1.0",
    "compression-webpack-plugin": "^12.0.0",
    "haxe": "^5.2.1",
    "hxgenjs": "kevinresol/hxgenjs",
    "typedoc": "^0.28.16",
    "typedoc-plugin-missing-exports": "^4.1.2",
    "typescript": "~5.9.3",
    "watch": "^1.0.2",
    "webpack": "^5.106.2",
    "webpack-cli": "^6.0.1",
    "webpack-merge": "^6.0.1"
  },
  "peerDependencies": {
    "openfl": "^9.5.1"
  },
  "haxeDependencies": {
    "haxe": "4.0.5"
  }
}
