-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1011 Bytes
/
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
{
"name": "@inframanufaktur/rss-manufaktur",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "ELEVENTY_ENV=development eleventy --serve --quiet",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inframanufaktur/rss-manufaktur.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/inframanufaktur/rss-manufaktur/issues"
},
"homepage": "https://github.com/inframanufaktur/rss-manufaktur#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.0",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@inframanufaktur/blog-parser": "^0.8.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"html-escaper": "^3.0.3"
},
"11ty": {
"compatbility": ">=2.0.0"
},
"dependencies": {
"@netlify/functions": "^1.2.0"
}
}