pgh-common-utils
Version:
A collection of utility functions for TypeScript.
39 lines (38 loc) • 822 B
JSON
{
"name": "pgh-common-utils",
"version": "1.0.1",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"test": "jest",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm run build && npm test"
},
"keywords": [
"utils",
"typescript",
"time",
"debounce",
"regex",
"kevin"
],
"author": "kevin",
"license": "ISC",
"description": "A collection of utility functions for TypeScript.",
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.15.2",
"glob": "^11.0.2",
"jest": "^29.7.0",
"lru-cache": "^11.1.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
}
}