UNPKG

@react-hive/honey-utils

Version:

A lightweight TypeScript utility library providing a collection of helper functions for common programming tasks

69 lines (68 loc) 1.7 kB
{ "name": "@react-hive/honey-utils", "version": "3.4.0", "description": "A lightweight TypeScript utility library providing a collection of helper functions for common programming tasks", "keywords": [ "utils", "typescript", "type-guards", "string-utils", "array-utils", "math-utils", "function-utils", "dom-utils", "helpers", "utility-functions" ], "homepage": "https://github.com/React-Hive/honey-utils", "bugs": { "url": "https://github.com/React-Hive/honey-utils/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/React-Hive/honey-utils.git" }, "author": "Mykhailo Aliinyk <m.aliynik@gmail.com>", "license": "MIT", "scripts": { "build": "webpack --config webpack.config.mjs", "test": "jest --collect-coverage" }, "type": "module", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "files": [ "dist", "!dist/**/__mocks__", "!dist/**/__tests__", "!dist/**/jest*" ], "devDependencies": { "@eslint/js": "9.39.1", "@mdx-js/loader": "3.1.1", "@types/jest": "29.5.14", "@types/node": "22.19.1", "copy-webpack-plugin": "13.0.1", "eslint": "9.39.1", "eslint-plugin-react": "7.37.5", "jest": "29.7.0", "prettier": "3.6.2", "ts-jest": "29.4.4", "ts-loader": "9.5.4", "typescript": "5.9.3", "typescript-eslint": "8.47.0", "webpack": "5.103.0", "webpack-cli": "6.0.1" }, "jest": { "preset": "ts-jest", "testMatch": [ "**/src/**/__tests__/**/*.spec.ts?(x)" ] } }