{
  "name": "snyk-php-plugin",
  "description": "Snyk CLI PHP plugin",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "build-watch": "tsc -w",
    "lint": "npm run lint:js && npm run lint:format",
    "lint:js": "eslint {lib,test}/**/*.ts",
    "lint:format": "prettier --check '{lib,test}/**/*.ts'",
    "format": "prettier --write '{lib,test}/**/*.ts'",
    "prepare": "npm run build",
    "semantic-release": "semantic-release",
    "test": "npm run lint && npm run unit-test",
    "unit-test": "jest --testTimeout=500"
  },
  "files": [
    "dist",
    "LICENSE"
  ],
  "homepage": "https://github.com/snyk/snyk-php-plugin#readme",
  "bugs": {
    "url": "https://github.com/snyk/snyk-php-plugin/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/snyk-php-plugin.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Snyk <https://snyk.io>",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@snyk/cli-interface": "^2.9.1",
    "@snyk/composer-lockfile-parser": "^1.4.1",
    "@snyk/dep-graph": "^1.22.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin-ts": "^4.2.0",
    "@types/node": "^22.15.2",
    "@typescript-eslint/parser": "^8.31.0",
    "eslint": "9.25.1",
    "eslint-config-prettier": "^10.1.2",
    "prettier": "^3.5.3",
    "ts-jest": "^29.3.2",
    "typescript": "5.8.3",
    "typescript-eslint": "^8.31.0"
  },
  "version": "1.12.2"
}
