UNPKG

@innova2/url-builder

Version:

A lightweight library with many feature to easy build URLs

52 lines (51 loc) 1.26 kB
{ "name": "@innova2/url-builder", "version": "4.0.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": "jest", "test:cov": "jest --coverage && make-coverage-badge", "release": "npm run test:cov && tsc && git add coverage/. dist/. && npm version $npm_config_release_version -f && npm publish --access=public && git push origin main --tags" }, "devDependencies": { "@types/jest": "^29.2.4", "jest": "^29.3.1", "make-coverage-badge": "^1.2.0", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript": "^4.9.3" }, "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" }