-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "netlify-plugin-rss",
"version": "0.0.8",
"description": "netlify-plugin-rss",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sw-yx/netlify-plugin-rss.git"
},
"scripts": {
"build": "netlify build",
"test": "jest",
"test:update": "jest --updateSnapshot",
"fixture": "node fixtures/rssfixture.js",
"version": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md",
"prepublishOnly": "git push && git push --tags && gh-release"
},
"keywords": [
"link-checking",
"netlify-plugin",
"netlify",
"build",
"plugins"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sw-yx/netlify-plugin-rss/issues"
},
"homepage": "https://github.com/sw-yx/netlify-plugin-rss#readme",
"devDependencies": {
"auto-changelog": "^1.16.2",
"gh-release": "^3.5.0",
"jest": "^25.1.0"
},
"dependencies": {
"chalk": "^4.0.0",
"cheerio": "^1.0.0-rc.3",
"rss": "^1.2.2",
"url-join": "^4.0.1"
}
}