{
  "name": "jsonfeed-to-atom",
  "description": "Convert a JSON feed to an atom feed",
  "version": "1.2.5",
  "author": "Bret Comnes",
  "bugs": {
    "url": "https://github.com/bcomnes/jsonfeed-to-atom/issues"
  },
  "dependencies": {
    "striptags": "^3.1.1",
    "xmlbuilder": "^15.1.1"
  },
  "devDependencies": {
    "@tap-format/spec": "^0.2.0",
    "auto-changelog": "^2.0.0",
    "dependency-check": "^4.1.0",
    "gh-release": "^7.0.2",
    "npm-run-all": "^4.0.2",
    "nyc": "^15.0.0",
    "snazzy": "^9.0.0",
    "standard": "^17.0.0",
    "tape": "^5.0.1"
  },
  "homepage": "https://github.com/bcomnes/jsonfeed-to-atom#readme",
  "keywords": [
    "atom",
    "json",
    "jsonfeed",
    "rss",
    "xml"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bcomnes/jsonfeed-to-atom.git"
  },
  "scripts": {
    "debug": "node --nolazy --inspect-brk=9229 node_modules/.bin/tape 'test.js'",
    "test": "run-s test:*",
    "test:lint": "standard --verbose | snazzy",
    "test:tape": "nyc --reporter=lcov tape 'test.js' | tap-format-spec",
    "test:deps": "dependency-check package.json --missing --unused --no-dev",
    "update": "node generate-snapshot.js",
    "version": "run-s update && auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING:' && git add CHANGELOG.md snapshot.xml snapshot.json",
    "prepublishOnly": "git push --follow-tags && gh-release -y"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/bcomnes"
  }
}
