Files
klz-cables.com/.pnpm-store/v10/files/2f/d09590ffcd168f06beb7164fb718b9fbb31d1d52558749c1b7941a7bd8adba59612161af8b10727d7598f4500f6bff85c39a5921ee10371efaec443d97a050
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

44 lines
1.1 KiB
Plaintext

{
"name": "simple-wcswidth",
"version": "1.1.2",
"description": "Simplified JS/TS implementation of wcswidth() written by Markus Kuhn in C",
"main": "dist/index.js",
"types": "index.d.ts",
"repository": "git@github.com:console-table-printer/simple-wcswidth.git",
"author": "Nahiyan Kamal <noyanayihan@gmail.com>",
"license": "MIT",
"scripts": {
"setup": "yarn",
"build": "tsc",
"format": "prettier --write \"**/*.{json,ts,tsx,yml,js,jsx}\"",
"test": "jest --config jestconfig.json",
"lint": "eslint ."
},
"keywords": [
"wcwidth",
"wcswidth",
"console-width"
],
"files": [
"dist",
"index.d.ts"
],
"devDependencies": {
"@eslint/js": "^9.29.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^30.0.0",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"husky": "^9.1.7",
"jest": "^30.0.3",
"prettier": "^3.6.1",
"pretty-quick": "^4.2.2",
"semantic-release": "^24.2.5",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.0"
}
}