@prishelets/utils
Version:
A modern utility library for strings, numbers, and general data types — fully typed, tested, and built for Node.js and TypeScript.
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "@prishelets/utils",
"version": "1.0.2",
"description": "A modern utility library for strings, numbers, and general data types — fully typed, tested, and built for Node.js and TypeScript.",
"keywords": [
"typescript",
"nodejs",
"utils",
"utilities",
"string-utils",
"number-utils",
"data-utils",
"typescript-utilities",
"typed-utils",
"utility-library",
"typescript-library",
"node-utils",
"data-manipulation",
"string-functions",
"number-functions",
"jest-tested"
],
"homepage": "https://github.com/Curslo/prishelets#readme",
"bugs": {
"url": "https://github.com/Curslo/prishelets/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Curslo/prishelets.git"
},
"license": "ISC",
"author": "curslo",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "jest",
"prepare": "npm run build"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.4",
"typescript": "^5.8.3"
}
}