{
  "name": "@renovatebot/parser-utils",
  "description": "Parse and query computer programs source code",
  "version": "1.0.0",
  "repository": "git@github.com:renovatebot/parser-utils.git",
  "author": "Sergei Zharinov",
  "contributors": [
    "Jason Kuhrt"
  ],
  "license": "MIT",
  "files": [
    "dist"
  ],
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "scripts": {
    "ts-node": "ts-node --project tsconfig.ts-node.json",
    "lint": "run-s lint:*",
    "lint:types": "tsc --noEmit",
    "lint:eslint": "eslint . --ext .ts,.tsx --max-warnings 0",
    "lint:prettier": "prettier --check .",
    "fix": "run-s fix:*",
    "fix:eslint": "eslint . --ext .ts,.tsx --fix",
    "fix:prettier": "prettier --write .",
    "dev": "run-p dev:*",
    "dev:coverage": "http-server ./coverage/lcov-report",
    "build": "run-s clean build:*",
    "build:cjs": "ttsc --project tsconfig.cjs.json",
    "build:esm": "ttsc --project tsconfig.esm.json",
    "test": "run-s lint test:*",
    "test:unit": "jest",
    "clean": "rm -rf dist node_modules/.cache coverage",
    "prepare:husky": "husky install",
    "prepublishOnly": "yarn -s build"
  },
  "dependencies": {
    "@thi.ng/zipper": "1.0.3",
    "@types/moo": "0.5.5",
    "deep-freeze-es6": "1.4.1",
    "klona": "2.0.5",
    "moo": "0.5.1"
  },
  "devDependencies": {
    "@homer0/prettier-plugin-jsdoc": "4.0.6",
    "@renovate/eslint-plugin": "https://github.com/renovatebot/eslint-plugin#v0.0.3",
    "@types/jest": "27.0.2",
    "@types/node": "16.11.6",
    "@typescript-eslint/eslint-plugin": "5.3.0",
    "@typescript-eslint/parser": "5.3.0",
    "eslint": "8.1.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.25.2",
    "eslint-plugin-only-warn": "1.0.3",
    "http-server": "14.0.0",
    "husky": "7.0.4",
    "jest": "27.3.1",
    "jest-watch-select-projects": "2.0.0",
    "jest-watch-suspend": "1.1.2",
    "jest-watch-typeahead": "1.0.0",
    "npm-run-all": "4.1.5",
    "prettier": "2.4.1",
    "pretty-quick": "3.1.1",
    "release-it": "14.11.6",
    "ts-jest": "27.0.7",
    "ts-node": "10.4.0",
    "ttypescript": "1.5.12",
    "typescript": "4.4.4",
    "upath": "2.0.1"
  },
  "resolutions": {
    "comment-parser": "1.2.4"
  }
}
