{
  "name": "@nypl/browse-term",
  "version": "1.1.8",
  "description": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NYPL/browse-term.git"
  },
  "scripts": {
    "test": "node --test",
    "build-publish": "node --test && npm version patch && npm publish --access public"
  },
  "author": "",
  "main": "index.js",
  "license": "ISC",
  "devDependencies": {
    "@types/chai": "^5.2.2",
    "@types/node": "^22.15.21",
    "chai": "^5.2.0",
    "prettier": "^3.5.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "winston": "^3.17.0"
  }
}