UNPKG

hs-react-native-custom-markdown

Version:
63 lines (62 loc) 1.66 kB
{ "name": "hs-react-native-custom-markdown", "version": "0.0.4", "description": "A React Native component to render custom markdown content.", "main": "dist/index.js", "types": "dist/index.d.ts", "react-native": "dist/index.js", "private": false, "author": "Herika Sethi", "license": "MIT", "keywords": [ "react-native", "markdown", "custom-markdown", "markdown-renderer" ], "repository": { "type": "git", "url": "https://github.com/HerikaAFIDigital/custom-markdown-converter.git" }, "files": [ "dist", "README.md" ], "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "build": "tsc", "lint": "eslint .", "start": "react-native start", "test": "jest" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "react": "19.1.0", "react-native": "0.80.0", "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", "@react-native-community/cli": "19.0.0", "@react-native-community/cli-platform-android": "19.0.0", "@react-native-community/cli-platform-ios": "19.0.0", "@react-native/babel-preset": "0.80.0", "@react-native/eslint-config": "0.80.0", "@react-native/metro-config": "0.80.0", "@react-native/typescript-config": "0.80.0", "@types/jest": "^29.5.13", "@types/react": "^19.1.0", "@types/react-test-renderer": "^19.1.0", "eslint": "^8.19.0", "jest": "^29.6.3", "prettier": "2.8.8", "react-test-renderer": "19.1.0", "typescript": "5.0.4" }, "engines": { "node": ">=18" } }