{
	"name": "react-native-svg-asset-plugin",
	"version": "0.6.1",
	"description": "Asset plugin for importing SVG images in React Native",
	"keywords": [
		"react-native",
		"svg"
	],
	"homepage": "https://github.com/aeirola/react-native-svg-asset-plugin",
	"bugs": {
		"url": "https://github.com/aeirola/react-native-svg-asset-plugin/issues"
	},
	"main": "lib/index.js",
	"type": "commonjs",
	"scripts": {
		"prepare": "tsc --project tsconfig.build.json",
		"test": "concurrently npm:test:*",
		"test:lint:style": "biome check",
		"test:lint:types": "tsc",
		"test:unit": "vitest run"
	},
	"files": [
		"lib/",
		"logo.svg"
	],
	"author": "Axel Havukangas <axel@havukangas.fi>",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/aeirola/react-native-svg-asset-plugin.git"
	},
	"dependencies": {
		"fs-extra": ">=3.0.0",
		"sharp": ">=0.26.0"
	},
	"peerDependencies": {
		"expo": ">=41.0.0",
		"metro": ">=0.44.0"
	},
	"peerDependenciesMeta": {
		"expo": {
			"optional": true
		}
	},
	"devDependencies": {
		"@biomejs/biome": "2.3.6",
		"@tsconfig/node20": "^20.1.8",
		"@tsconfig/strictest": "^2.0.8",
		"@types/fs-extra": "^11.0.4",
		"@types/node": "^20.19.25",
		"concurrently": "^9.2.1",
		"metro": "^0.83.3",
		"typescript": "^5.9.3",
		"vitest": "^4.0.9"
	},
	"engines": {
		"node": ">=20"
	},
	"devEngines": {
		"runtime": {
			"name": "node",
			"version": ">=20"
		},
		"packageManager": {
			"name": "npm",
			"version": ">=9"
		}
	}
}
