forked from FreesideHull/hullblogs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 823 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
{
"name": "hullblogs.com",
"version": "1.0.0",
"description": "hullblogs.com feed aggregation website",
"private": true,
"main": "src/index.mjs",
"scripts": {
"test": "echo \"No tests have been implemented yet\"",
"start": "cd ./src && npx @11ty/eleventy --output=../_site --serve",
"build": "cd ./src && npx @11ty/eleventy --output=../_site"
},
"keywords": [
"blogs",
"aggregator",
"feed-aggregator",
"rss",
"atom",
"jamstack",
"eleventy"
],
"author": "Starbeamrainbowlabs",
"license": "Apache-2.0",
"dependencies": {
"@11ty/eleventy": "^1.0.1",
"dateformat": "^5.0.3",
"feedme": "^2.0.2",
"file-type": "^16",
"futility": "^1.1.2",
"html-entities": "^2.3.3",
"p-memoize": "^7.0.0",
"p-reflect": "^3.0.0",
"phin": "^3.6.1",
"sha3": "^2.1.4",
"striptags": "^3.2.0"
}
}