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
Florian Bouillon ba1f4f441a
Added easy-sitemap lib
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-01-20 12:30:32 +01:00

31 lines
635 B
JSON

{
"name": "easy-sitemap",
"version": "1.0.0",
"description": "A very easy sitemap maker library",
"repository": {
"type": "git",
"url": "https://github.com/dzeiocom/libs.git",
"directory": "packages/easy-sitemap"
},
"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"
]
}