-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 851 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 851 Bytes
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
{
"name": "json-sitemap",
"version": "1.0.0",
"description": "Generate sitemap.xml file from a Json file.",
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"jsonschema": "^1.4.0",
"typescript": "^4.3.2",
"xml-formatter": "^2.4.0"
},
"devDependencies": {
"@types/node": "^15.9.0"
},
"scripts": {
"test": "cd test && node test.js && cd .."
},
"repository": {
"type": "git",
"url": "git+https://github.com/codecubers/node-sitemap-generator.git"
},
"keywords": [
"Sitemap Generator",
"Json to Sitemap",
"Sitemap.xml file",
"SEO sitemap",
"urlset url image"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codecubers/node-sitemap-generator/issues"
},
"homepage": "https://github.com/codecubers/node-sitemap-generator#readme"
}