mirror of
https://github.com/dzeiocom/libs.git
synced 2025-05-06 17:47:51 +00:00
* test Signed-off-by: Avior <github@avior.me> * Fixed Signed-off-by: Avior <github@avior.me> * Fix Signed-off-by: Avior <github@avior.me>
30 lines
643 B
JSON
30 lines
643 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",
|
|
"scripts": {
|
|
"prepublishOnly": "yarn build",
|
|
"build": "tsc",
|
|
"test": "jest --coverage"
|
|
},
|
|
"keywords": [
|
|
"sitemap",
|
|
"sitemap.xml",
|
|
"xml",
|
|
"easy-sitemap",
|
|
"generator",
|
|
"SEO",
|
|
"search-engine"
|
|
]
|
|
}
|