UNPKG

@mjcdev/react-body-highlighter

Version:

[![npm](https://img.shields.io/npm/v/react-native-body-highlighter.svg)](https://www.npmjs.com/package/react-native-body-highlighter) [![Downloads](https://img.shields.io/npm/dt/react-native-body-highlighter.svg)](https://www.npmjs.com/package/react-nativ

47 lines 974 B
{ "name": "@mjcdev/react-body-highlighter", "version": "0.0.4", "author": "MichaelMJC", "license": "MIT", "keywords": [ "react", "muscle", "muscles", "body", "highlighter", "highlight", "color", "svg" ], "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "dependencies": { "ramda": "^0.30.1" }, "peerDependencies": { "react": "*" }, "devDependencies": { "@changesets/cli": "^2.29.2", "@types/ramda": "^0.30.2", "@types/react": "^18.3.12", "jest": "^29.7.0", "tsup": "^8.4.0", "typescript": "^5.6.3" }, "scripts": { "test": "jest", "typecheck": "tsc --noEmit", "build": "tsup index.tsx --format esm,cjs --dts", "lint": "tsc", "release": "pnpm run build && changeset publish", "changeset": "pnpm changeset" } }