UNPKG

build-url-ts

Version:

A small library that builds a URL given its components

77 lines (76 loc) 1.92 kB
{ "name": "build-url-ts", "version": "6.1.8", "description": "A small library that builds a URL given its components", "keywords": [ "url", "uri", "builder", "build", "concat", "concatenate", "append", "path", "hash", "query", "string", "querystring", "parameters", "params", "queryparams" ], "homepage": "https://github.com/meabed/build-url-ts#readme", "bugs": { "url": "https://github.com/meabed/build-url-ts/issues" }, "repository": { "type": "git", "url": "git+https://github.com/meabed/build-url-ts.git" }, "license": "MIT", "author": { "name": "Mohamed Meabed", "email": "mo@meabed.com", "url": "https://meabed.com" }, "maintainers": [ { "name": "Mohamed Meabed", "email": "mo@meabed.com", "url": "https://meabed.com" } ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c rollup.config.mjs", "build:prod": "NODE_ENV=production rollup -c rollup.config.mjs", "lint": "eslint src/**/*.ts", "prepublishOnly": "rm -rf dist/* && NODE_ENV=production rollup -c rollup.config.mjs", "prettier": "prettier --write '**/*.{ts,tsx,css,scss}'", "test": "jest", "test-watch": "jest --watch" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "4.3.1", "@rollup/plugin-commonjs": "26.0.1", "@rollup/plugin-node-resolve": "15.2.3", "@rollup/plugin-replace": "5.0.7", "@rollup/plugin-typescript": "11.1.6", "@types/jasmine": "5.1.4", "@types/jest": "29.5.12", "typescript-eslint": "8.5.0", "eslint": "9.10.0", "eslint-config-prettier": "9.1.0", "jest": "29.7.0", "prettier": "3.3.3", "rollup": "4.21.2", "rollup-plugin-uglify": "6.0.4", "ts-jest": "29.2.5", "tslib": "2.7.0", "typescript": "5.6.2" } }