{
  "name": "nodebb-plugin-recent-cards-2",
  "version": "1.0.5",
  "description": "Add lavender-style cards of recent topics to Persona's category homepage",
  "main": "library.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/psychobunny/nodebb-plugin-recent-cards"
  },
  "scripts": {
    "lint": "eslint ."
  },
  "keywords": [
    "nodebb",
    "plugin",
    "recent",
    "cards",
    "persona"
  ],
  "author": {
    "name": "psychobunny",
    "email": "psycho.bunny@hotmail.com"
  },
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/psychobunny/nodebb-plugin-recent-cards/issues"
  },
  "readmeFilename": "README.md",
  "devDependencies": {
    "eslint": "^9.x",
    "eslint-config-nodebb": "1.1.11",
    "eslint-plugin-import": "2.32.0"
  },
  "nbbpm": {
    "compatibility": "^4.0.0"
  }
}
