{
  "name": "@awayjs/core",
  "version": "0.9.60",
  "description": "AwayJS core classes",
  "main": "bundle/awayjs-core.umd.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "url": "http://www.away3d.com",
  "author": "Rob Bateman",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/awayjs/core.git"
  },
  "scripts": {
    "rimraf": "rimraf",
    "rollup": "rollup -c",
    "tsc": "tsc",
    "tsc:build": "npm run tsc || exit 0",
    "clean": "npm cache clean && npm run rimraf -- node_modules dist bundle",
    "clean:dist": "npm run rimraf -- dist bundle",
    "eslint": "eslint ./lib --fix",
    "eslint:commit": "npm run eslint && npm run --silent gitdiff || git add -u && git commit -m \"fixed by eslint\"",
    "watch": "npm run tsc -- --w",
    "gitdiff": "git diff --quiet && git diff --cached --quiet",
    "prebuild": "npm run clean:dist",
    "build": "npm run tsc:build && npm run rollup",
    "copyVersionToIndex": "node ./copyVersionToIndex && git add ./index.ts && git commit -m \"update version number in index.ts\"",
    "preversion": "npm run gitdiff && npm run eslint:commit || exit 0",
    "version": "npm run copyVersionToIndex && npm run build",
    "postversion": "git push && git push --tags && npm publish"
  },
  "keywords": [
    "AwayJS",
    "WebGL",
    "2D",
    "3D",
    "graphics"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/awayjs/core/issues"
  },
  "homepage": "https://github.com/awayjs/core#readme",
  "peerDependencies": {
    "tslib": "^2.3.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^18.0.0",
    "@rollup/plugin-terser": "^0.4.3",
    "@rollup/plugin-node-resolve": "^11.2.1",
    "@typescript-eslint/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^4.4.1",
    "eslint": "^7.11.0",
    "rimraf": "^2.5.2",
    "rollup": "^2.79.1",
    "tslib": "^2.3.0",
    "typescript": "^4.9.5"
  }
}
