{
  "name": "@autorest/adl",
  "version": "0.0.2",
  "description": "AutoRest Adl",
  "engines": {
    "node": ">=14.0.0"
  },
  "type": "module",
  "main": "dist/main.js",
  "typings": "dist/main.d.ts",
  "scripts": {
    "clean": "rimraf ./dist",
    "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 --fix --ext .ts",
    "lint": "eslint  ./src --ext .ts --max-warnings=0",
    "watch": "tsc -p ./tsconfig.build.json --watch",
    "build": "tsc -p ./tsconfig.build.json",
    "build:prod": "npm run build",
    "prepack": "npm run clean && npm run build:prod",
    "test": "echo 'no tests'",
    "test:ci": "echo 'no tests'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Azure/autorest.git"
  },
  "keywords": [
    "AutoRest",
    "ModelerFour"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Azure/autorest.modelerfour/issues"
  },
  "homepage": "https://github.com/Azure/autorest.modelerfour/tree/master/modelerfour#readme",
  "readme": "https://github.com/Azure/autorest.modelerfour/tree/master/modelerfour/readme.md",
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/lodash": "~4.14.168",
    "@types/node": "~14.14.20",
    "@types/webpack": "~4.41.26",
    "@types/source-map-support": "^0.5.3",
    "@typescript-eslint/eslint-plugin": "^4.12.0",
    "@typescript-eslint/parser": "^4.12.0",
    "chalk": "^4.1.0",
    "eslint-plugin-jest": "~24.3.2",
    "eslint-plugin-node": "~11.1.0",
    "eslint-plugin-prettier": "~3.4.0",
    "eslint-plugin-unicorn": "~33.0.1",
    "eslint": "^7.17.0",
    "jest": "^27.0.4",
    "lodash": "~4.17.20",
    "prettier": "~2.3.1",
    "rimraf": "^3.0.2",
    "source-map-support": "^0.5.19",
    "ts-jest": "^27.0.3",
    "ts-loader": "~9.2.3",
    "typescript": "~4.3.4"
  },
  "dependencies": {
    "@azure-tools/adl": "~0.10.0",
    "@autorest/extension-base": "~3.3.0"
  }
}
