string-playground
Version:
String utility functions for clean and consistent text handling in JavaScript.
52 lines (51 loc) • 1.29 kB
JSON
{
"name": "string-playground",
"version": "1.4.1",
"description": "String utility functions for clean and consistent text handling in JavaScript.",
"main": "index.ts",
"type": "module",
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PatrickNassar0/string-playground.git"
},
"keywords": [
"string",
"str",
"string-utility",
"text",
"string-playground",
"utils",
"removeWords",
"remove-words",
"typescript",
"javascript",
"string-manipulation",
"string-operations",
"string-functions"
],
"author": "Patrick Nassar",
"license": "MIT",
"bugs": {
"url": "https://github.com/PatrickNassar0/string-playground/issues"
},
"homepage": "https://github.com/PatrickNassar0/string-playground#readme",
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.1",
"typescript": "^5.2.2"
},
"exports": {
"import": "./build/index.js",
"require": "./build/index.js"
},
"files": [
"build",
"README.md"
]
}