{
  "name": "gas-feed",
  "description": "Feed reader library for Google Apps Script",
  "version": "2.0.1",
  "author": "thinca <thinca+npm@gmail.com>",
  "bugs": {
    "url": "https://github.com/thinca/gas-feed/issues"
  },
  "dependencies": {
    "@types/google-apps-script": "1.0.32"
  },
  "devDependencies": {
    "@types/chai": "^4.2.18",
    "@types/mocha": "^8.2.2",
    "@types/sinon": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^4.23.0",
    "@typescript-eslint/parser": "^4.23.0",
    "chai": "^4.3.4",
    "eslint": "^7.26.0",
    "eslint-plugin-import": "^2.23.0",
    "mocha": "^8.4.0",
    "nyc": "^15.1.0",
    "sinon": "^10.0.0",
    "source-map-support": "^0.5.19",
    "ts-node": "^9.1.1",
    "typedoc": "^0.20.36",
    "typescript": "^4.2.4"
  },
  "files": [
    "built/"
  ],
  "homepage": "https://github.com/thinca/gas-feed",
  "keywords": [
    "Google Apps Script",
    "feed",
    "rss"
  ],
  "license": "Zlib",
  "main": "./built/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thinca/gas-feed.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -fr built",
    "doc": "typedoc --excludePrivate --out docs src",
    "lint": "eslint 'src/**/*.ts' 'test/**/*.test.ts'",
    "test": "nyc --reporter=lcovonly --reporter=text mocha",
    "version": "sed -i -e \"s/^## Unreleased$/## v$(jq -r .version package.json) ($(date '+%Y-%m-%d'))/\" CHANGELOG.md && git add CHANGELOG.md"
  },
  "types": "./built/index.d.ts"
}
