{
  "name": "uniprotparserjs",
  "version": "1.0.33",
  "description": "A package to retrieve Uniprot data in tabulated text format from accession ID using the Uniprot REST API.",
  "author": {
    "name": "Toan K. Phung",
    "email": "toan.phungkhoiquoctoan@gmail.com"
  },
  "keywords": [
    "uniprot",
    "api",
    "axios",
    "fetch",
    "rest",
    "parser",
    "uniprotkb"
  ],
  "main": "./build/cjs/index.js",
  "module": "./build/esm/index.js",
  "types": "./build/esm/index.d.ts",
  "exports": {
    ".": {
      "import": "./build/esm/index.js",
      "require": "./build/cjs/index.js",
      "types": "./build/esm/index.d.ts"
    }
  },
  "scripts": {
    "test": "ts-mocha --timeout 10000 -p tsconfig.json src/**/*.spec.ts",
    "build": "npm run build:cjs && npm run build:esm",
    "build:cjs": "tsc -p tsconfig.json",
    "build:esm": "tsc -p tsconfig.esm.json"
  },
  "license": "MIT",
  "dependencies": {
    "axios": "^1.3.5",
    "axios-retry": "^3.4.0",
    "cross-fetch": "^3.1.5"
  },
  "devDependencies": {
    "@types/expect": "^24.3.0",
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.15.11",
    "chai": "^4.3.7",
    "mocha": "^10.2.0",
    "ts-mocha": "^10.0.0",
    "tsx": "^3.12.6",
    "typescript": "^5.0.4"
  },
  "readme": "README.md",
  "repository": {
    "url": "https://github.com/noatgnu/uniprotparserjs"
  },
  "homepage": "https://github.com/noatgnu/uniprotparserjs"
}
