{
  "name": "@microsoft/metrics-ts",
  "version": "0.0.10",
  "description": "Add metrics without intruding source code",
  "keywords": [
    "Metrics"
  ],
  "author": "Long Hao<haolong@microsoft.com>",
  "homepage": "https://github.com/OfficeDev/TeamsFx#readme",
  "license": "MIT",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OfficeDev/TeamsFx.git"
  },
  "scripts": {
    "build": "rimraf build && npx tsc -p ./",
    "format-check": "echo test",
    "check-sensitive": "npx eslint --plugin 'no-secrets' --cache --ignore-pattern 'package.json' --ignore-pattern 'package-lock.json'",
    "precommit": "npm run check-sensitive && lint-staged",
    "lint": "eslint \"**/*.ts\"",
    "lint:staged": "lint-staged"
  },
  "bugs": {
    "url": "https://github.com/OfficeDev/TeamsFx/issues"
  },
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.1",
    "@types/chai": "^4.2.21",
    "@types/mocha": "^8.2.3",
    "@types/node": "^16.0.0",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^4.19.0",
    "@typescript-eslint/parser": "^4.19.0",
    "chai": "^4.3.4",
    "eslint": "^7.22.0",
    "eslint-plugin-header": "^3.1.1",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-no-secrets": "^0.8.9",
    "eslint-plugin-prettier": "^4.0.0",
    "lint-staged": "^10.5.4",
    "mocha": "^9.2.1",
    "nyc": "^15.1.0",
    "prettier": "^2.4.1",
    "rimraf": "^5.0.1",
    "ts-node": "^10.1.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "ttypescript": "^1.5.13",
    "typescript": "^5.0.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "lint-staged": {
    "*.{js,jsx,css,ts,tsx}": [
      "npx eslint --cache --fix --quiet"
    ]
  },
  "dependencies": {
    "@types/fs-extra": "^11.0.1",
    "fs-extra": "^11.1.1",
    "tslib": "^2.3.1",
    "uuid": "^8.3.2"
  },
  "gitHead": "f90ecec7b3817a0ce8c563ae6ffef5f87e4fcf69"
}
