{
  "name": "@gmod/nclist",
  "version": "3.0.14",
  "packageManager": "pnpm@11.15.1",
  "description": "Read features from JBrowse 1 format nested containment list JSON",
  "type": "module",
  "sideEffects": false,
  "main": "dist/index.js",
  "exports": {
    "import": "./esm/index.js",
    "require": "./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GMOD/nclist-js.git"
  },
  "author": {
    "name": "Robert Buels",
    "email": "rbuels@gmail.com",
    "url": "https://github.com/rbuels"
  },
  "license": "MIT",
  "homepage": "https://github.com/GMOD/nclist-js",
  "bugs": {
    "url": "https://github.com/GMOD/nclist-js/issues"
  },
  "files": [
    "dist",
    "esm",
    "src"
  ],
  "scripts": {
    "test": "vitest",
    "clean": "rimraf dist esm",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "lint": "eslint --report-unused-disable-directives --max-warnings 0",
    "typecheck": "tsc --noEmit -p tsconfig.lint.json",
    "prebuild": "pnpm clean",
    "build:esm": "tsc --outDir esm",
    "build:es5": "tsc --module commonjs --moduleResolution bundler --outDir dist",
    "postbuild:es5": "echo '{\"type\": \"commonjs\"}' > dist/package.json",
    "preversion": "pnpm lint && pnpm format:check && pnpm typecheck && pnpm test --run && pnpm build",
    "version": "git-cliff --tag v$npm_package_version --unreleased --prepend CHANGELOG.md && git add CHANGELOG.md",
    "postversion": "git push --follow-tags",
    "build": "pnpm build:esm && pnpm build:es5",
    "coverage": "pnpm test --coverage",
    "docs": "documentation readme --shallow src/feature_store.ts --section API"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/express": "^5.0.6",
    "@types/node": "^25.9.5",
    "@vitest/coverage-v8": "^4.1.10",
    "cross-fetch": "^4.1.0",
    "documentation": "^14.0.3",
    "eslint": "^10.8.0",
    "eslint-plugin-import-x": "^4.17.1",
    "express": "^5.2.1",
    "generic-filehandle2": "^2.2.1",
    "get-port": "^7.2.0",
    "git-cliff": "^2.13.1",
    "prettier": "^3.9.6",
    "rimraf": "^6.1.3",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.65.0",
    "vitest": "^4.1.10"
  },
  "dependencies": {
    "@gmod/shared-read-cache": "^1.7.2",
    "@jridgewell/resolve-uri": "^3.1.2"
  },
  "keywords": [
    "jbrowse",
    "genomics",
    "bionode",
    "biojs"
  ],
  "publishConfig": {
    "access": "public"
  }
}
