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
55 lines
1.0 KiB
Plaintext
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"
|
|
]
|
|
} |