es-next-tools
Version:
A comprehensive utility library for JavaScript and TypeScript that provides a wide range of functions for common programming tasks, including mathematical operations, date manipulations, array and object handling, string utilities, and more.
83 lines (82 loc) • 2.45 kB
JSON
{
"name": "es-next-tools",
"module": "dist/index.js",
"version": "1.2.3",
"type": "module",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/bun": "^1.1.16",
"@types/node": "^22.7.4",
"mitata": "^1.0.10"
},
"peerDependencies": {
"typescript": "^5.6.2"
},
"directories": {
"test": "tests",
"lib": "dist"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/types/index.d.ts"
},
"./array": {
"import": "./dist/array/index.js",
"types": "./dist/types/array/index.d.ts"
},
"./date": {
"import": "./dist/date/index.js",
"types": "./dist/types/date/index.d.ts"
},
"./function": {
"import": "./dist/function/index.js",
"types": "./dist/types/function/index.d.ts"
},
"./math": {
"import": "./dist/math/index.js",
"types": "./dist/types/math/index.d.ts"
},
"./object": {
"import": "./dist/object/index.js",
"types": "./dist/types/object/index.d.ts"
},
"./promise": {
"import": "./dist/promise/index.js",
"types": "./dist/types/promise/index.d.ts"
},
"./security": {
"import": "./dist/security/index.js",
"types": "./dist/types/security/index.d.ts"
},
"./string": {
"import": "./dist/string/index.js",
"types": "./dist/types/string/index.d.ts"
},
"./structures": {
"import": "./dist/structures/index.js",
"types": "./dist/types/structures/index.d.ts"
},
"./validation": {
"import": "./dist/validation/index.js",
"types": "./dist/types/validation/index.d.ts"
}
},
"types": "./dist/types/index.d.ts",
"keywords": ["utility", "functions", "typescript", "javascript", "async", "array", "math", "date", "objects", "promises", "strings", "string-utilities", "functional"],
"author": "ChrizzzDev",
"license": "MIT",
"description": "A comprehensive utility library for JavaScript and TypeScript that provides a wide range of functions for common programming tasks, including mathematical operations, date manipulations, array and object handling, string utilities, and more.",
"repository": {
"url": "https://github.com/ChrizzzDev/es-next-tools",
"directory": "https://github.com/ChrizzzDev/es-next-tools"
},
"bugs": {
"url": "https://github.com/ChrizzzDev/es-next-tools/issues"
},
"publishConfig": {
"access": "public"
}
}