UNPKG

inserturlparams

Version:
39 lines (38 loc) 933 B
{ "name": "inserturlparams", "version": "2.0.5", "description": "Insert dynamic data into url path params", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "rm -rf ./dist && tsc -p tsconfig.build.json", "clean-install": "rm -rf ./node_modules && rm -r package-lock.json && npm i", "test": "ts-node test/index.ts" }, "repository": { "type": "git", "url": "git+https://github.com/seanpmaxwell/inserturlparams.git" }, "keywords": [ "insert", "url", "param", "params", "dynamic", "setup", "node", "client", "browser" ], "author": "sean maxwell", "license": "MIT", "bugs": { "url": "https://github.com/seanpmaxwell/inserturlparams/issues" }, "homepage": "https://github.com/seanpmaxwell/inserturlparams#readme", "devDependencies": { "ts-node": "^10.9.2", "tslib": "^2.6.3", "typescript": "^5.5.4" } }