{
  "name": "@mas.io/adc-lint",
  "version": "4.0.1",
  "description": "lint configurations",
  "author": "lizhihui <wb-lzh691638@antgroup.com>",
  "main": "lib/index.js",
  "files": [
    "lib",
    "CHANGELOG.md"
  ],
  "scripts": {
    "clean": "rimraf ./lib",
    "ci": "run-p build test",
    "build": "run-s clean build-ts lint",
    "build-ts": "tsc --project ./tsconfig.json",
    "lint": "run-p eslint",
    "lint:fix": "run-p eslint:fix",
    "eslint": "eslint --cache --cache-location ./node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx ./",
    "eslint:fix": "eslint --fix --cache --cache-location ./node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx ./",
    "test": "jest"
  },
  "dependencies": {
    "@types/eslint": "^8.21.1",
    "eslint-import-resolver-typescript": "^3.5.3",
    "eslint-config-ali": "14.0.2",
    "@mas.io/adc-umijs-fabric": "2.0.1",
    "@web-io/lint-config": "2.0.1"
  },
  "devDependencies": {
    "@types/node": "^16.18.12",
    "typescript": "~4.9.5",
    "npm-run-all": "4.1.5",
    "husky": "4.3.8",
    "lint-staged": "^13.1.2",
    "rimraf": "3.0.2",
    "jest": "^29.3.1",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.1",
    "@mas.io/adc-mini-cli-common": "1.2.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "**/*.{js,jsx,ts,tsx}": "eslint"
  },
  "tnpm": {
    "mode": "npm",
    "lockfile": "enable",
    "fs": "rapid"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://code.alipay.com/iwc/adc-lint.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "license": "MIT",
  "keywords": [
    "lint",
    "eslint config",
    "stylelint config"
  ],
  "yuyanId": "180020010101209370",
  "gitHead": "22d3f203729443c4cdf103e823b07600a67d5e16",
  "_commitId": "22d3f203729443c4cdf103e823b07600a67d5e16"
}