{
  "name": "fetch-cwe-list",
  "version": "0.1.2",
  "description": "A simple Node.js module that fetches and parses the latest Common Weakness Enumeration (CWE) list",
  "main": "index.js",
  "types": "index.d.ts",
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "test": "jest --coverage --testPathIgnorePatterns=integration.test.js",
    "test:watch": "jest --watch --testPathIgnorePatterns=integration.test.js",
    "test:ci": "jest --ci --coverage --testPathIgnorePatterns=integration.test.js",
    "test:integration": "jest integration.test.js --testTimeout=60000 --verbose --forceExit",
    "release": "standard-version",
    "commit": "npx git-cz"
  },
  "author": {
    "name": "Alejandro Saenz",
    "email": "alejandrosaenz117@gmail.com",
    "url": "https://www.alejandrosaenz.com"
  },
  "license": "MIT",
  "dependencies": {
    "fast-xml-parser": "^5.11.1",
    "unzipper": "^0.10.11"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.5.0",
    "@commitlint/config-conventional": "^11.0.0",
    "eslint": "^9.39.1",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "husky": "^4.3.0",
    "jest": "^29.7.0",
    "js-yaml": "^4.3.2",
    "lodash": "^4.18.1",
    "standard-version": "^9.0.0"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alejandrosaenz117/fetch-cwe-list"
  },
  "homepage": "https://github.com/alejandrosaenz117/fetch-cwe-list",
  "keywords": [
    "web security",
    "web application security",
    "webappsec",
    "owasp",
    "security",
    "cwe",
    "common weakness enumeration",
    "mcp",
    "mcp-server",
    "ai-security",
    "claude",
    "cwe-parser",
    "vulnerability-management"
  ]
}
