UNPKG

@innova2/url-builder

Version:

A lightweight library with many feature to easy build URLs

50 lines (49 loc) 1.22 kB
{ "name": "@innova2/url-builder", "version": "4.1.0", "description": "A lightweight library with many feature to easy build URLs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "test": "vitest", "test:cov": "vitest run --coverage && coverage-badges-cli", "release": "npm run test:cov && tsc && git add coverage/. dist/. && npm version $RELEASE_VERSION -f && npm publish --access=public && git push origin main --tags" }, "devDependencies": { "@vitest/coverage-v8": "^4.0.18", "coverage-badges-cli": "^2.2.0", "typescript": "^5.9.3", "vitest": "^4.0.18" }, "keywords": [ "url", "uri", "path", "route", "routing", "build", "builder", "url-builder", "urlbuilder", "construct", "concat", "query", "queryparam", "params", "parse", "string" ], "repository": { "type": "git", "url": "git+https://github.com/InnovA2/url-builder.git" }, "author": "Angéline Toussaint & Adrien Martineau", "license": "MIT", "bugs": { "url": "https://github.com/InnovA2/url-builder/issues" }, "homepage": "https://github.com/InnovA2/url-builder#readme" }