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
44 lines
1.1 KiB
Plaintext
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"
|
|
}
|
|
}
|