{
	"name": "@prototyp/skeletor",
	"description": "React-Native UI and functional toolkit",
	"author": "Luka Buljan <luka@prototyp.digital>",
	"contributors": [
		"Luka Buljan <luka@prototyp.digital>",
		"Vlatko Vlahek <vlatko@prototyp.digital>"
	],
	"version": "1.3.1",
	"license": "MIT",
	"main": "./lib/commonjs/index.js",
	"module": "./lib/module/index.js",
	"types": "./lib/typescript/commonjs/index.d.ts",
	"homepage": "https://github.com/prototypdigital/skeletor",
	"repository": {
		"type": "git",
		"url": "https://github.com/prototypdigital/skeletor.git"
	},
	"engines": {
		"node": ">=18"
	},
	"scripts": {
		"prepack": "bob build",
		"prepare": "bob build && husky"
	},
	"devDependencies": {
		"@biomejs/biome": "2.1.0",
		"@react-native/metro-config": "^0.81.4",
		"@tsconfig/react-native": "^3.0.0",
		"@types/jest": "29.4.0",
		"@types/react": "^19.1.0",
		"husky": "^9.1.7",
		"jest": "29.4.2",
		"react": "^19.1.0",
		"react-native": "^0.81.4",
		"react-native-builder-bob": "^0.40.12",
		"react-native-safe-area-context": "^5.5.2",
		"typescript": "^5.9.3"
	},
	"peerDependencies": {
		"react": ">=19",
		"react-native": ">=0.81",
		"react-native-safe-area-context": "^5.5.2"
	},
	"publishConfig": {
		"access": "public"
	},
	"keywords": [
		"react-native",
		"toolkit",
		"ui",
		"kit",
		"form",
		"input",
		"validation",
		"animation",
		"helpers",
		"utilities",
		"utils"
	],
	"exports": {
		".": {
			"source": "./src/index.ts",
			"import": {
				"types": "./lib/typescript/module/index.d.ts",
				"default": "./lib/module/index.js"
			},
			"require": {
				"types": "./lib/typescript/commonjs/index.d.ts",
				"default": "./lib/commonjs/index.js"
			}
		},
		"./package.json": "./package.json"
	},
	"files": [
		"lib"
	],
	"react-native-builder-bob": {
		"source": "src",
		"output": "lib",
		"targets": [
			[
				"module",
				{
					"esm": true
				}
			],
			[
				"commonjs",
				{
					"esm": true
				}
			],
			"typescript"
		]
	},
	"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
