{ "name": "@automattic/calypso-url", "version": "1.1.0", "description": "This library provides both generic and Calypso-specific utilities for handling URLs.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", "calypso:src": "src/index.ts", "exports": { ".": { "calypso:src": "./src/index.ts", "types": "./dist/types/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "sideEffects": false, "scripts": { "clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist", "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json", "prepack": "yarn run clean && yarn run build", "watch": "tsc --build ./tsconfig.json --watch" }, "files": [ "dist", "src" ], "keywords": [ "checkout", "payments", "automattic" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/calypso-url" }, "author": "Automattic Inc.", "license": "GPL-2.0-or-later", "bugs": "https://github.com/Automattic/wp-calypso/issues", "homepage": "https://github.com/Automattic/wp-calypso/tree/HEAD/packages/calypso-url#readme", "dependencies": { "photon": "workspace:^" }, "devDependencies": { "@automattic/calypso-typescript-config": "workspace:^", "typescript": "^5.8.3" } }