UNPKG

@negiz/compound

Version:

A utility for creating compound components with full TypeScript type safety

74 lines 1.83 kB
{ "name": "@negiz/compound", "private": false, "version": "0.1.0", "description": "A utility for creating compound components with full TypeScript type safety", "keywords": [ "react", "compound-components", "typescript", "ui", "components", "react-patterns", "composition", "compound-pattern" ], "author": "Amangaliyev Magiyar <magiyar.aman@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/mag1yar/negiz/issues" }, "homepage": "https://github.com/mag1yar/negiz/tree/main/packages/compound", "repository": { "type": "git", "url": "git+https://github.com/mag1yar/negiz.git", "directory": "packages/compound" }, "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./package.json": "./package.json" }, "files": [ "dist" ], "sideEffects": false, "devDependencies": { "@eslint/js": "^9.23.0", "@rsbuild/core": "1.3.14", "@rsbuild/plugin-react": "^1.3.0", "@rslib/core": "^0.6.8", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/react": "^19.1.2", "eslint": "^9.23.0", "globals": "^16.0.0", "jsdom": "^26.1.0", "prettier": "^3.5.3", "react": "^19.1.0", "typescript": "^5.8.3", "typescript-eslint": "^8.29.0", "vitest": "^3.1.2", "@repo/eslint-config": "0.0.0" }, "peerDependencies": { "react": ">=19.0.0", "react-dom": ">=19.0.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "rslib build", "dev": "rslib build --watch", "format": "prettier --write .", "lint": "eslint .", "test": "vitest run" } }