1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-05-28 03:59:55 +00:00
libs/packages/easy-sitemap/package.json
2021-05-07 11:51:42 +02:00

37 lines
795 B
JSON

{
"name": "easy-sitemap",
"version": "1.1.2",
"description": "A very easy sitemap maker library",
"repository": {
"type": "git",
"url": "https://github.com/dzeiocom/libs.git",
"directory": "packages/easy-sitemap"
},
"homepage": "https://github.com/dzeiocom/libs/tree/master/packages/easy-sitemap#readme",
"author": "Aviortheking",
"license": "MIT",
"main": "./dist/Sitemap.js",
"types": "./dist/Sitemap.d.ts",
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc",
"test": "jest --coverage"
},
"keywords": [
"sitemap",
"sitemap.xml",
"xml",
"easy-sitemap",
"generator",
"SEO",
"search-engine"
]
}