{ "name": "@dzeio/url-manager", "version": "1.0.5", "description": "Manage URL", "repository": "https://github.com/dzeiocom/libs.git", "homepage": "https://github.com/dzeiocom/libs/tree/master/packages/url-manager#readme", "author": "Aviortheking", "license": "MIT", "main": "./dist/URLManager.js", "types": "./dist/URLManager.d.ts", "devDependencies": { "@types/chai": "^4.2.12", "@types/jest": "^26.0.10", "jest": "^26.4.2", "parcel": "^1.12.4", "ts-jest": "^26.4.4", "ts-node": "^9.0.0", "typescript": "^4.0.2" }, "scripts": { "prepublishOnly": "yarn build", "build": "parcel build src/index.ts --out-file browser.js --experimental-scope-hoisting && tsc", "test": "jest --coverage" } }