{
  "name": "@gmod/nclist",
  "version": "2.0.0",
  "description": "Read features from JBrowse 1 format nested containment list JSON",
  "main": "dist/index.js",
  "module": "esm/index.js",
  "repository": "github:GMOD/nclist-js",
  "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"
  ],
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "test": "vitest",
    "coverage": "yarn test --coverage",
    "lint": "eslint --report-unused-disable-directives --max-warnings 0",
    "docs": "documentation readme --shallow src/feature_store.ts --section API",
    "clean": "rimraf dist esm",
    "prebuild": "yarn docs && yarn clean && yarn lint",
    "build:esm": "tsc --outDir esm",
    "build:es5": "tsc --module commonjs --outDir dist",
    "build": "yarn build:esm && yarn build:es5",
    "prepublishOnly": "yarn test --run && yarn build",
    "postversion": "git push --follow-tags"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^8.18.0",
    "@typescript-eslint/parser": "^8.18.0",
    "@vitest/coverage-v8": "^2.1.8",
    "cross-fetch": "^3.0.2",
    "documentation": "^14.0.1",
    "eslint": "^9.5.0",
    "eslint-plugin-unicorn": "^56.0.1",
    "express": "^4.18.2",
    "generic-filehandle2": "^0.0.2",
    "get-port": "^5.0.0",
    "prettier": "^3.3.2",
    "rimraf": "^6.0.1",
    "typescript": "^5.0.4",
    "typescript-eslint": "^8.18.0",
    "vitest": "^2.1.8"
  },
  "dependencies": {
    "@gmod/abortable-promise-cache": "^2.0.0",
    "@jridgewell/resolve-uri": "^3.1.2",
    "quick-lru": "^4.0.0"
  },
  "keywords": [
    "jbrowse",
    "genomics",
    "bionode",
    "biojs"
  ],
  "publishConfig": {
    "access": "public"
  }
}
