Files
klz-cables.com/.pnpm-store/v10/files/25/43e6d1d764de7f982c3618e80fa7ed720750ec1c3a02febdc6b135f189d817435bbd104234ce6355608e236d45a5f004d7507390c6d5a1e8c661a5cbc7804d
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

55 lines
1.0 KiB
Plaintext

{
"name": "@schummar/icu-type-parser",
"repository": "schummar/schummar-translate",
"version": "1.21.5",
"description": "TypeScript powered ICU message parser.",
"keywords": [
"typescript",
"i18n",
"localization",
"icu",
"message",
"parser",
"type checking",
"autocomplete",
"IntelliSense"
],
"type": "module",
"sideEffects": false,
"author": {
"name": "Marco Schumacher",
"email": "marco@schumacher.dev"
},
"contributors": [
{
"name": "Marco Schumacher",
"email": "marco@schumacher.dev"
}
],
"license": "MIT",
"exports": {
".": {
"types": "./dist/index.d.ts"
}
},
"typesVersions": {
".": {
"*": [
"dist/index.d.ts"
]
}
},
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup",
"publint": "publint",
"prepublishOnly": "runp build",
"release": "release-it --ci -c ../../.release-it-package.ts"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
]
}