{
  "name": "@azure-tools/codemodel-v3",
  "version": "3.1.266",
  "patchOffset": 100,
  "description": "AutoRest code model library",
  "directories": {
    "doc": "docs"
  },
  "main": "dist/exports.js",
  "typings": "dist/exports.d.ts",
  "scripts": {
    "build": "tsc -p .",
    "watch": "tsc -p . --watch",
    "eslint-fix": "eslint  . --fix --ext .ts",
    "eslint": "eslint  . --ext .ts",
    "prepare": "npm run build",
    "test": "echo codemodel-v3: No Tests.",
    "test:ci": "echo codemodel-v3: No Tests.",
    "clean": "ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash",
    "clean-cmd": "if exist dist rmdir /s /q dist && exit 0 || exit 0 ",
    "clean-bash": "rm nul && rm -rf dist && exit 0 || exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Azure/perks.git"
  },
  "keywords": [
    "AutoRest",
    "codegen"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Azure/perks/issues"
  },
  "homepage": "https://github.com/Azure/perks/tree/master/codemodel-v3#readme",
  "readme": "https://github.com/Azure/perks/tree/master/codemodel-v3/readme.md",
  "devDependencies": {
    "@types/js-yaml": "3.12.1",
    "@types/mocha": "5.2.5",
    "@types/node": "~14.14.20",
    "mocha": "5.2.0",
    "mocha-typescript": "1.1.17",
    "@typescript-eslint/eslint-plugin": "^4.12.0",
    "@typescript-eslint/parser": "^4.12.0",
    "eslint": "^7.17.0",
    "typescript": "~4.2.3"
  },
  "dependencies": {
    "@azure-tools/autorest-extension-base": "~3.1.0",
    "@azure-tools/codegen": "~2.5.0",
    "@azure-tools/linq": "~3.1.263"
  }
}