-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 846 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": "@reecem/prismic-sitemap",
"version": "0.5.3",
"description": "Sitemap Generator for Prismic and Next.js with Minimal Configuration",
"keywords": [
"javascript",
"nextjs",
"prismic.io",
"sitemap",
"sitemap generator"
],
"repository": {
"url": "https://github.com/reecem/prismic-sitemap"
},
"main": "index.js",
"dependencies": {
"prismic-javascript": "^3.0.2",
"sitemap": "^6.4.0"
},
"devDependencies": {
"cross-spawn": "^7.0.3",
"jest": "^26.6.3",
"next": "^13.0.5",
"node-fetch": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"sitemap": "node ./index.js",
"test": "PORT=4000 TEST_REPOSITORY=https://hbar.cdn.prismic.io/api/v2 jest"
},
"engines": {
"node": ">=12.0"
},
"author": "@ReeceM",
"license": "MIT"
}