@automattic/calypso-url
Version:
This library provides both generic and Calypso-specific utilities for handling URLs.
44 lines • 1.28 kB
JSON
{
"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",
"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": "^4.0.0"
},
"devDependencies": {
"@automattic/calypso-typescript-config": "^1.0.0",
"typescript": "^5.3.3"
}
}