{
  "name": "@kenxirwin/alma-search",
  "version": "0.2.0",
  "description": "Search ExLibris's Alma API for bibliographic records",
  "keywords": [
    "alma",
    "exlibris",
    "api",
    "bibliographic",
    "search"
  ],
  "homepage": "https://github.com/Miamiohlibs/alma-search-npm-package#readme",
  "bugs": {
    "url": "https://github.com/Miamiohlibs/alma-search-npm-package/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Miamiohlibs/alma-search-npm-package.git"
  },
  "license": "MIT",
  "author": "Ken Irwin",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}