1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-17 21:19:20 +00:00

Finished JSDoc (#22)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-04-11 01:17:09 +02:00
parent c711f5526e
commit 3f5616ec29
3 changed files with 20 additions and 18 deletions

View File

@ -1,13 +1,25 @@
{
"name": "@dzeio/url-manager",
"version": "1.0.5",
"description": "Manage URL",
"repository": "https://github.com/dzeiocom/libs.git",
"description": "A simple to use yet complete Urls parser and serializer",
"repository": {
"type": "git",
"url": "https://github.com/dzeiocom/libs.git",
"directory": "packages/url-manager"
},
"homepage": "https://github.com/dzeiocom/libs/tree/master/packages/url-manager#readme",
"author": "Aviortheking",
"license": "MIT",
"main": "./dist/URLManager.js",
"types": "./dist/URLManager.d.ts",
"keywords": [
"url",
"url-manager",
"url serializer",
"url parser",
"parser",
"serializer"
],
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/jest": "^26.0.10",