@ahas/join-url
Version:
Join the urls like joining the paths
35 lines (34 loc) • 798 B
JSON
{
"name": "@ahas/join-url",
"version": "1.0.4",
"description": "Join the urls like joining the paths",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ahas/join-url.git"
},
"bugs": {
"url": "https://github.com/ahas/join-url/issues"
},
"engines": {
"node": ">=14.6.0"
},
"author": "ahas <dev@ahas.io>",
"license": "MIT",
"files": [
"dist/index.js",
"dist/index.d.ts"
],
"keywords": [
"join-url",
"url"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json",
"format": "prettier --write \"src/**/*.ts\""
},
"devDependencies": {
"prettier": "^2.7.1",
"typescript": "^4.7.4"
}
}