{
  "name": "@ecosyste-ms/critical",
  "version": "1.3.20260824",
  "description": "SQLite database of critical packages from ecosyste.ms",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "critical": "dist/bin.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "build:db": "npm run build && node dist/bin.js",
    "clean": "node -e \"fs.rmSync('dist',{recursive:true,force:true})\"",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "lint": "biome check . && npm run typecheck",
    "format": "biome check . --write",
    "test": "vitest run",
    "test:packaged": "npm run build && vitest run --config vitest.packaged.config.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ecosystems",
    "packages",
    "sqlite",
    "critical",
    "sbom",
    "vulnerabilities"
  ],
  "license": "CC-BY-SA-4.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ecosyste-ms/critical.git"
  },
  "files": [
    "dist",
    "lib",
    "README.md",
    "LICENSE",
    "critical-packages.db.gz"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.5.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.8",
    "@types/node": "^26.2.0",
    "typescript": "^7.0.2",
    "vitest": "^4.1.11"
  },
  "dependencies": {
    "@ecosyste-ms/ecosystems-ts": "0.2.0"
  }
}
