{
	"name": "react-native-marked",
	"version": "8.1.0",
	"description": "Markdown renderer for React Native powered by marked.js",
	"main": "dist/commonjs/index",
	"module": "dist/module/index",
	"types": "dist/typescript/index.d.ts",
	"react-native": "src/index",
	"source": "src/index",
	"files": [
		"src",
		"dist",
		"android",
		"ios",
		"cpp",
		"react-native-marked.podspec",
		"!dist/typescript/example",
		"!android/build",
		"!ios/build",
		"!**/__tests__",
		"!**/__fixtures__",
		"!**/__mocks__",
		"!**/__perf__"
	],
	"scripts": {
		"typescript": "tsc --noEmit",
		"lint": "biome check ./",
		"format": "biome format ./ --write",
		"build": "bob build",
		"prepare": "yarn build",
		"release": "yarn build && release-it",
		"release:rc": "yarn build && release-it --preRelease=rc",
		"release:exclude-pre": "yarn build && release-it --git.tagExclude='*[-]*'",
		"test": "jest --passWithNoTests",
		"test:updateSnapshot": "jest --updateSnapshot",
		"reassure": "reassure"
	},
	"keywords": [
		"react-native",
		"markdown",
		"react-native markdown"
	],
	"repository": "https://github.com/gmsgowtham/react-native-marked",
	"author": "Gowtham G <webappsbygowtham@gmail.com> (https://github.com/gmsgowtham)",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/gmsgowtham/react-native-marked/issues"
	},
	"homepage": "https://github.com/gmsgowtham/react-native-marked#readme",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"devDependencies": {
		"@babel/core": "7.29.0",
		"@babel/helper-explode-assignable-expression": "7.18.6",
		"@babel/preset-env": "7.29.5",
		"@biomejs/biome": "2.4.15",
		"@commitlint/config-conventional": "21.0.1",
		"@evilmartians/lefthook": "2.1.6",
		"@react-native/babel-preset": "0.78.2",
		"@release-it/conventional-changelog": "11.0.0",
		"@testing-library/react-native": "v14.0.0-alpha.1",
		"@types/jest": "30.0.0",
		"@types/node": "24.12.4",
		"@types/react": "19.2.14",
		"@types/svg-parser": "^2.0.3",
		"commitlint": "21.0.1",
		"danger": "13.0.7",
		"husky": "9.1.7",
		"jest": "30.2.0",
		"jest-environment-jsdom": "29.7.0",
		"pod-install": "1.0.18",
		"postinstall-postinstall": "2.1.0",
		"react": "19.2.6",
		"react-native": "0.78.2",
		"react-native-builder-bob": "0.40.18",
		"react-native-svg": "15.15.5",
		"reassure": "1.4.1",
		"release-it": "20.0.1",
		"typescript": "5.9.3",
		"universal-test-renderer": "0.6.0"
	},
	"peerDependencies": {
		"react": ">=16.8.6",
		"react-native": ">=0.76.0",
		"react-native-svg": ">=12.3.0"
	},
	"jest": {
		"preset": "react-native",
		"testEnvironment": "jsdom",
		"modulePathIgnorePatterns": [
			"<rootDir>/examples/*/node_modules",
			"<rootDir>/dist/"
		],
		"transformIgnorePatterns": [
			"node_modules/(?!(jest-)?react-native|@react-native|@react-native-community|github-slugger|marked)"
		]
	},
	"commitlint": {
		"extends": [
			"@commitlint/config-conventional"
		],
		"rules": {
			"type-enum": [
				2,
				"always",
				[
					"build",
					"chore",
					"ci",
					"docs",
					"feat",
					"fix",
					"perf",
					"refactor",
					"revert",
					"style",
					"test",
					"todo",
					"bump"
				]
			]
		}
	},
	"release-it": {
		"git": {
			"commitMessage": "chore: release ${version}",
			"tagName": "v${version}"
		},
		"npm": {
			"publish": true
		},
		"github": {
			"release": true,
			"web": true
		},
		"plugins": {
			"@release-it/conventional-changelog": {
				"preset": "angular",
				"ignoreRecommendedBump": true
			}
		}
	},
	"react-native-builder-bob": {
		"source": "src",
		"output": "dist",
		"targets": [
			"commonjs",
			"module",
			[
				"typescript",
				{
					"project": "tsconfig.json",
					"tsc": "./node_modules/.bin/tsc"
				}
			]
		]
	},
	"dependencies": {
		"@jsamr/counter-style": "2.0.2",
		"@jsamr/react-native-li": "2.3.1",
		"github-slugger": "2.0.0",
		"html-entities": "2.6.0",
		"marked": "18.0.3",
		"react-native-reanimated-table": "0.0.2",
		"svg-parser": "2.0.4"
	},
	"engines": {
		"node": ">=18"
	},
	"resolutions": {
		"@types/react": "19.2.14",
		"**/pretty-format/react-is": "19.2.6"
	}
}
