{
  "name": "@autorest/modelerfour",
  "version": "4.27.3",
  "description": "AutoRest Modeler Version Four (component)",
  "directories": {
    "doc": "docs"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "main": "dist/main.js",
  "typings": "dist/main.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Azure/autorest.modelerfour.git"
  },
  "keywords": [
    "AutoRest",
    "ModelerFour"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Azure/autorest.modelerfour/issues"
  },
  "homepage": "https://github.com/Azure/autorest/tree/main/packages/extensions/modelerfour",
  "readme": "https://github.com/Azure/autorest/tree/main/packages/extensions/modelerfour/readme.md",
  "devDependencies": {
    "@autorest/codemodel": "~4.20.1",
    "@autorest/extension-base": "~3.6.1",
    "@autorest/test-utils": "~0.6.1",
    "@azure-tools/async-io": "~3.0.0",
    "@azure-tools/codegen": "~2.10.1",
    "@azure-tools/datastore": "~4.8.3",
    "@azure-tools/openapi": "~3.6.1",
    "@azure-tools/tasks": "~3.0.0",
    "@azure-tools/uri": "~3.1.1",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.24",
    "@types/node": "~22.15.19",
    "@types/webpack": "~5.28.5",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "^8.32.1",
    "chalk": "^4.1.0",
    "eslint-plugin-jest": "~28.11.0",
    "eslint-plugin-node": "~11.1.0",
    "eslint-plugin-prettier": "~5.4.0",
    "eslint-plugin-unicorn": "~49.0.0",
    "eslint-plugin-import": "~2.31.0",
    "eslint": "^8.28.0",
    "jest": "^29.3.1",
    "lodash": "^4.18.1",
    "prettier": "~3.5.3",
    "recursive-diff": "~1.0.6",
    "rimraf": "^6.0.1",
    "source-map-support": "^0.5.19",
    "ts-jest": "^29.3.4",
    "ts-loader": "~9.5.2",
    "typescript": "~5.8.3",
    "webpack-cli": "~6.0.1",
    "webpack": "~5.99.8"
  },
  "scripts": {
    "clean": "rimraf ./dist ./temp",
    "start": "node --max_old_space_size=4096 ./dist/main.js",
    "debug": "node --max_old_space_size=4096 --inspect-brk=localhost:9229 ./dist/main.js",
    "lint:fix": "eslint  ./src ./test --fix --ext .ts",
    "lint": "eslint  ./src ./test --ext .ts --max-warnings=0",
    "watch": "tsc -p tsconfig.build.json --watch",
    "build": "tsc -p tsconfig.build.json",
    "build:prod": "webpack",
    "test": "jest --watch --coverage=false",
    "test:ci": "jest --ci"
  }
}