Files
klz-cables.com/.pnpm-store/v10/files/88/dbd260d154619dbd33126335f87f3e65d6fa3a64296d3814555ddd236aa9dd58fd8f3878a2607d4805ad7bb444597a060df669b863685e3285cfb0ff8c2dc9
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

40 lines
824 B
Plaintext

{
"name": "@medv/finder",
"version": "4.0.2",
"description": "CSS Selector Generator",
"type": "module",
"main": "finder.js",
"types": "finder.d.ts",
"files": [
"*.d.ts",
"*.js"
],
"scripts": {
"fmt": "prettier --write finder.ts",
"fmt:check": "prettier --check finder.ts",
"build": "tsc",
"test": "tsc && vitest"
},
"devDependencies": {
"css.escape": "^1.5.1",
"jsdom": "^25.0.1",
"prettier": "^3.4.2",
"typescript": "5.7.2",
"vitest": "^2.1.8"
},
"prettier": {
"semi": false,
"singleQuote": true,
"endOfLine": "lf"
},
"author": "Anton Medvedev <anton@medv.io>",
"license": "MIT",
"homepage": "https://github.com/antonmedv/finder",
"repository": "antonmedv/finder",
"keywords": [
"css",
"selector",
"generator"
]
}