{
	"name": "@prototyp/skeleform",
	"description": "React/React-Native form management utility",
	"author": "Luka Buljan <luka@prototyp.digital>",
	"version": "1.0.3",
	"license": "MIT",
	"homepage": "https://github.com/prototypdigital/skeleform",
	"repository": {
		"type": "git",
		"directory": "https://github.com/prototypdigital/skeleform"
	},
	"type": "module",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"default": "./dist/index.js"
		}
	},
	"scripts": {
		"prepack": "tsc"
	},
	"devDependencies": {
		"@types/jest": "29.4.0",
		"@types/react": "^18.0.24",
		"jest": "29.4.2",
		"react": "^18.2.0",
		"typescript": "4.8.4"
	},
	"publishConfig": {
		"access": "public"
	},
	"keywords": [
		"react",
		"react-native",
		"typescript",
		"form",
		"input",
		"state",
		"validation",
		"helpers",
		"utilities",
		"utils"
	],
	"files": [
		"dist",
		"README.md"
	],
	"eslintIgnore": [
		"node_modules/"
	]
}
