@gmana/utils
Version:
Utility functions for React and TypeScript projects.
73 lines (72 loc) • 1.59 kB
JSON
{
"name": "@gmana/utils",
"type": "module",
"version": "1.6.0",
"description": "Utility functions for React and TypeScript projects.",
"author": {
"name": "Sun Sreng",
"email": "sun.sreng123@gmail.com"
},
"license": "MIT",
"keywords": [
"utils",
"utilities",
"typescript",
"array",
"string",
"object",
"number",
"date",
"url",
"tailwind",
"jwt",
"vcard"
],
"sideEffects": false,
"homepage": "https://github.com/sun-sreng/react#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sun-sreng/react.git"
},
"bugs": {
"url": "https://github.com/sun-sreng/react/issues"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.cts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "pnpm run generate-barrel && tsdown",
"dev": "tsdown --watch",
"generate-barrel": "node scripts/generate-barrel.mjs",
"test": "vitest",
"typecheck": "tsc --noEmit",
"release": "bumpp",
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@types/node": "^25.5.2",
"@typescript/native-preview": "7.0.0-dev.20260408.1",
"bumpp": "^11.0.1",
"tsdown": "^0.21.7",
"typescript": "^6.0.2",
"vitest": "^4.1.3"
},
"dependencies": {
"tailwind-merge": "^3.5.0"
},
"publishConfig": {
"access": "public"
}
}