mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-24 08:19:21 +00:00
Added easy-sitemap lib
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
30
packages/easy-sitemap/package.json
Normal file
30
packages/easy-sitemap/package.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user