{
  "name": "animation_utils",
  "version": "4.1.3",
  "private": true,
  "description": "GeckoLib (Legacy)",
  "main": "index.js",
  "scripts": {
    "prebuild": "npm run test",
    "build": "npm run build:only",
    "build:only": "webpack && npm run update_manifest",
    "update_manifest": "node scripts/updateManifest.mjs",
    "start": "webpack --watch --mode=development",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "tsc": "tsc --noEmit",
    "pretest": "npm run lint && npm run tsc",
    "test": "npm run test:only",
    "test:only": "jest"
  },
  "author": "Eliot Lash, Tslat, Gecko, McHorse",
  "license": "MIT",
  "blockbenchConfig": {
    "title": "GeckoLib Animation Utils",
    "author": "Eliot Lash, Tslat, Gecko, McHorse",
    "icon": "icon.png",
    "description": "Replaced by new plugin for Blockbench 5.0+ - Install 'GeckoLib Models and Animations'",
    "deprecation_note": "This plugin has been discontinued in favour of the \"GeckoLib Models and Animations\" plugin. This plugin will continue to work on Blockbench 4 and below. For Blockbench 5+, use 'GeckoLib' instead.",
    "has_changelog": true,
    "min_version": "4.12.0",
    "max_version": "5.0.0",
    "variant": "both",
    "website": "https://github.com/bernie-g/geckolib/wiki",
    "repository": "https://github.com/JannisX11/blockbench-plugins/tree/master/plugins/animation_utils",
    "bug_tracker": "https://github.com/bernie-g/geckolib/issues"
  },
  "sideEffects": [
    "./index.js"
  ],
  "devDependencies": {
    "@types/jest": "^29.5.4",
    "@types/lodash": "^4.14.197",
    "@typescript-eslint/eslint-plugin": "^6.5.0",
    "@typescript-eslint/parser": "^6.5.0",
    "blockbench-types": "^4.9.0",
    "eol": "0.9.1",
    "eslint": "^7.7.0",
    "indent-string": "^5.0.0",
    "jest": "^29.6.4",
    "ts-jest": "^29.1.1",
    "ts-loader": "^9.4.4",
    "typescript": "^4.9.5",
    "webpack": "^5.88.2",
    "webpack-cli": "^5.1.4",
    "css-loader": "^6.7.1",
    "to-string-loader": "^1.2.0"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "semver": "7.3.2"
  }
}
