Files
klz-cables.com/.pnpm-store/v10/files/e7/3af27341d908f52a149117984fc3e15eff815c3f75c1ff3e42cdf7f53a6d5a6524af1414bb0488ac0d713ae131b28015d78c9e0ac43442b62c3c6e17c4c46a
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

47 lines
1.2 KiB
Plaintext

{
"name": "po-parser",
"version": "2.1.1",
"homepage": "https://github.com/amannn/po-parser",
"repository": {
"type": "git",
"url": "git@github.com:amannn/po-parser.git"
},
"description": "Parses and serializes `.po` file content.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "bunchee",
"lint": "tsc --noEmit",
"test": "vitest",
"prepublishOnly": "pnpm lint && pnpm test && pnpm build"
},
"keywords": [
"po",
"parse",
"serialize"
],
"files": [
"dist"
],
"author": "Jan Amann <jan@amann.work>",
"license": "MIT",
"packageManager": "pnpm@10.17.1",
"publishConfig": {
"provenance": true
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.2",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^14.1.0",
"bunchee": "^6.6.2",
"conventional-changelog-conventionalcommits": "^9.1.0",
"semantic-release": "^25.0.2",
"typescript": "^5.9.3",
"vitest": "^4.0.9"
}
}