{
  "name": "feedme",
  "description": "RSS/Atom/JSON feed parser",
  "keywords": [
    "feed",
    "rss",
    "atom",
    "json",
    "parser"
  ],
  "version": "2.0.2",
  "repository": {
    "type": "git",
    "url": "git://github.com/fent/feedme.js.git"
  },
  "author": "fent <fentbox@gmail.com> (https://github.com/fent)",
  "contributors": [
    "Lucas Stadler"
  ],
  "main": "./dist/feedme.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepare": "tsc -p tsconfig.build.json",
    "build": "tsc -p tsconfig.build.json",
    "test": "nyc --extension .ts --reporter=lcov --reporter=text-summary npm run test:unit",
    "test:unit": "mocha --require ts-node/register test/*-test.ts"
  },
  "dependencies": {
    "clarinet": "^0.12.4",
    "sax": "^1.2.4"
  },
  "devDependencies": {
    "@types/clarinet": "^0.12.0",
    "@types/mocha": "^8.0.4",
    "@types/node": "^14.14.10",
    "@types/sax": "^1.2.1",
    "mocha": "^6.0.0",
    "nyc": "^15.1.0",
    "ts-node": "^9.0.0",
    "typescript": "^4.1.2"
  },
  "engines": {
    "node": ">=10"
  },
  "license": "MIT"
}
