{
  "name": "@rambler-tech/licenselint",
  "version": "1.3.0",
  "description": "A linter for NPM package licenses to avoid dependencies that not compatible with license of your software",
  "bin": {
    "licenselint": "dist/cli.js"
  },
  "author": "Andrey Polischuk <me@andrepolischuk.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rambler-digital-solutions/licenselint.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
    "lint": "eslint '*.js' 'src/**/*.ts'",
    "format": "prettier --write *.js src/**/*.ts && eslint '*.js' 'src/**/*.ts' --fix",
    "licenselint": "ts-node src/cli.ts",
    "typecheck": "tsc --noEmit",
    "release": "semantic-release",
    "prepare": "[ -n \"$CI\" ] && exit 0 || husky install"
  },
  "dependencies": {
    "chalk": "^4",
    "debug": "^4.3.4",
    "license-checker": "^25.0.1",
    "log-symbols": "^4",
    "meow": "^9",
    "numd": "^3.1.0",
    "string-width": "^4"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.4.1",
    "@commitlint/config-conventional": "^17.4.0",
    "@types/debug": "^4.1.7",
    "@types/jest": "^29.2.5",
    "@types/license-checker": "^25.0.3",
    "@types/node": "^18.11.18",
    "@typescript-eslint/eslint-plugin": "^5.48.1",
    "@typescript-eslint/parser": "^5.48.1",
    "eslint": "^8.31.0",
    "eslint-config-prettier": "^8.6.0",
    "husky": "^8.0.3",
    "jest": "^29.3.1",
    "lint-staged": "^13.1.0",
    "prettier": "^2.8.2",
    "semantic-release": "19",
    "ts-jest": "^29.0.4",
    "typescript": "^4.9.4"
  }
}
