@mjcdev/react-body-highlighter
Version:
[](https://www.npmjs.com/package/react-native-body-highlighter) [](https://www.npmjs.com/package/react-nativ
47 lines • 974 B
JSON
{
"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"
}
}