{
  "name": "@autorest/test-utils",
  "version": "0.6.0",
  "description": "Set of testing utils that are used across packages",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "engines": {
    "node": ">=12.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Azure/autorest.git"
  },
  "keywords": [
    "autorest"
  ],
  "author": "Microsoft Corporation",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Azure/autorest/issues"
  },
  "homepage": "https://github.com/Azure/autorest#readme",
  "dependencies": {
    "@autorest/common": "~1.6.0",
    "@azure-tools/datastore": "~4.8.0",
    "@azure-tools/tasks": "~3.0.0",
    "expect": "~26.6.2",
    "jest-snapshot": "~26.6.2",
    "jest": "^29.3.1"
  },
  "devDependencies": {
    "@types/jest": "^29.2.3",
    "eslint-plugin-prettier": "~5.0.1",
    "eslint-plugin-unicorn": "~49.0.0",
    "eslint-plugin-import": "~2.29.0",
    "eslint": "^8.28.0",
    "rimraf": "^5.0.5"
  },
  "scripts": {
    "watch": "tsc -p tsconfig.build.json --watch",
    "build": "tsc -p tsconfig.build.json",
    "clean": "rimraf ./dist ./temp",
    "lint:fix": "eslint ./src --fix --ext .ts",
    "lint": "eslint ./src --ext .ts --max-warnings=0",
    "test:ci": "echo 'No tests'",
    "test": "echo 'No tests'"
  }
}