{
  "name": "hexo-generator-podcasts",
  "version": "1.0.3",
  "description": "Hexo Generator for Podcast",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "dev": "tsc --watch",
    "test": "echo here is no test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bestony/hexo-generator-podcasts.git"
  },
  "keywords": [
    "hexo",
    "hexo-plugin",
    "podcast",
    "hexo-generator"
  ],
  "author": "Bestony <best.tony@foxmail.com>",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/bestony/hexo-generator-podcasts/issues"
  },
  "homepage": "https://github.com/bestony/hexo-generator-podcasts#readme",
  "dependencies": {
    "hexo": "^4.2.1",
    "locutus": "^2.0.11",
    "nunjucks": "^3.2.1",
    "typescript": "^4.1.3",
    "xml-escape": "^1.1.0"
  },
  "devDependencies": {
    "@types/hexo": "^3.8.5",
    "@types/nunjucks": "^3.1.3",
    "@types/xml-escape": "^1.1.0"
  },
  "files": [
    "/dist",
    "/template"
  ]
}
