zen-digital-utils
Version:
Zen Utils is a collection of utility functions to simplify and enhance your development workflow. This project aims to provide reusable and efficient utilities for common tasks.
49 lines • 945 B
JSON
{
"name": "zen-digital-utils",
"version": "1.2.0",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"utils",
"utility",
"javascript",
"typescript",
"helpers",
"string-utils",
"array-utils",
"date-utils",
"object-utils",
"formatting",
"brazilian-states",
"brazil",
"locale",
"frontend",
"development"
],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.6.5",
"devDependencies": {
"eslint": "^9.22.0",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"vitest": "^3.0.9"
}
}