{
  "name": "ncbi-database-skill",
  "version": "1.0.6",
  "description": "Comprehensive NCBI Database CLI tool for querying E-utilities API - Gene, PubMed, ClinVar, SRA, BLAST, and more",
  "main": "src/index.js",
  "bin": {
    "ncbi": "bin/cli.js"
  },
  "scripts": {
    "test": "node test/test.js",
    "start": "node bin/cli.js"
  },
  "keywords": [
    "ncbi",
    "bioinformatics",
    "e-utilities",
    "pubmed",
    "genbank",
    "gene",
    "protein",
    "nucleotide",
    "cli",
    "clinvar",
    "dbsnp",
    "sra",
    "blast",
    "variant",
    "genomics"
  ],
  "author": "Your Name <your.email@example.com>",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.13.6"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/username/ncbi-database-skill.git"
  },
  "bugs": {
    "url": "https://github.com/username/ncbi-database-skill/issues"
  },
  "homepage": "https://github.com/username/ncbi-database-skill#readme"
}
