UNPKG

@modern-kit/utils

Version:
76 lines (75 loc) 1.87 kB
{ "name": "@modern-kit/utils", "sideEffects": false, "version": "2.5.0", "description": "modern-kit/utils", "author": "ssi02014 <ssi02014@naver.com>", "license": "MIT", "bugs": "https://github.com/modern-agile-team/modern-kit/issues", "repository": { "type": "git", "url": "https://github.com/modern-agile-team/modern-kit" }, "homepage": "https://modern-agile-team.github.io/modern-kit", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" }, "./dist/*": { "types": "./dist/*", "require": "./dist/*", "import": "./dist/*" }, "./*": { "types": "./dist/*/index.d.ts", "require": "./dist/*/index.cjs", "import": "./dist/*/index.mjs" }, "./package.json": "./package.json" }, "scripts": { "test": "vitest --typecheck", "test:run": "vitest run --coverage --typecheck", "test:bench": "vitest bench", "build": "rm -rf dist && rollup -c", "typecheck": "tsc --noEmit" }, "publishConfig": { "access": "public" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.0", "@rollup/plugin-node-resolve": "^16.0.0", "@types/lodash-es": "^4.17.12", "@vitest/coverage-istanbul": "^3.0.3", "esbuild": "^0.25.0", "jsdom": "^26.0.0", "lodash-es": "^4.17.21", "rollup": "^4.24.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-esbuild": "^6.1.1", "typescript": "^5.1.6", "vitest": "^3.2.2" }, "engines": { "node": ">=18" }, "keywords": [ "react", "next", "utils", "component", "ui", "hooks", "custom hooks" ], "gitHead": "7722785374b897572934e335817ec297ad45a943" }