custom-string-formatter
Version:
Customizable String Formatter
49 lines (48 loc) • 1.12 kB
JSON
{
"name": "custom-string-formatter",
"version": "0.12.8",
"description": "Customizable String Formatter",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p src",
"doc": "typedoc --tsconfig ./src/tsconfig.json",
"test": "jest"
},
"files": [
"dist"
],
"homepage": "https://github.com/vitaly-t/custom-string-formatter",
"repository": {
"type": "git",
"url": "https://github.com/vitaly-t/custom-string-formatter"
},
"bugs": {
"url": "https://github.com/vitaly-t/custom-string-formatter/issues",
"email": "vitaly.tomilov@gmail.com"
},
"keywords": [
"string",
"formatter",
"format",
"custom",
"customizable",
"filter"
],
"author": {
"name": "Vitaly Tomilov",
"email": "vitaly.tomilov@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=20"
},
"devDependencies": {
"@types/jest": "30.0.0",
"@types/node": "24.2.1",
"jest": "30.0.5",
"ts-jest": "29.4.1",
"typedoc": "0.28.10",
"typescript": "5.9.2"
}
}