@nuxtjs/feed
Version:
Feed module enables everyone to have RSS, Atom and Json.
50 lines (49 loc) • 1.16 kB
JSON
{
"name": "@nuxtjs/feed",
"version": "2.0.0",
"description": "Feed module enables everyone to have RSS, Atom and Json.",
"keywords": [
"nuxtjs",
"nuxt",
"feed",
"blog",
"rss",
"atom",
"json"
],
"license": "MIT",
"contributors": [
"Alexander Lichter <npm@lichter.io>"
],
"main": "lib/module.js",
"repository": "nuxt-community/feed-module",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "nuxt test/fixture",
"generate": "nuxt generate test/fixture",
"lint": "eslint --ext .js,.vue lib test",
"test": "yarn lint && jest",
"release": "yarn test && standard-version && git push --follow-tags && npm publish"
},
"files": [
"lib"
],
"dependencies": {
"async-cache": "^1.1.0",
"consola": "^2.12.1",
"feed": "^4.2.0"
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@nuxtjs/eslint-config": "latest",
"@nuxtjs/module-test-utils": "latest",
"eslint": "latest",
"husky": "latest",
"jest": "latest",
"nuxt-edge": "latest",
"standard-version": "latest"
}
}