{
	"name": "react-use-form-state-validator",
	"version": "0.1.1",
	"description": "Validation for react-use-form-state",
	"author": "David Krijgsman <hello@davidkrijgsman.com>",
	"license": "MIT",
	"homepage": "https://github.com/davidkrijgsman/react-use-form-state-validator",
	"repository": {
		"url": "git@github.com:davidkrijgsman/react-use-form-state-validator.git",
		"type": "git"
	},
	"keywords": [
		"react",
		"form",
		"validation",
		"react-use-form-state"
	],
	"contributors": [
		{
			"name": "Kees van Lierop",
			"url": "https://github.com/keesvanlierop"
		}
	],
	"main": "dist/index.js",
	"files": [
		"dist/**/*"
	],
	"types": "dist/index",
	"scripts": {
		"build": "babel src --out-dir dist --extensions \".ts\" --ignore \"**/*.d.ts\" && tsc --emitDeclarationOnly",
		"prepublish": "yarn build"
	},
	"dependencies": {
		"engine": "^1.0.0",
		"validator": "^13.0.0"
	},
	"devDependencies": {
		"@babel/cli": "^7.5.5",
		"@babel/core": "^7.5.5",
		"@babel/preset-env": "^7.5.5",
		"@babel/preset-typescript": "^7.3.3",
		"@types/react": "^16.8.24",
		"@types/validator": "^13.0.0",
		"@typescript-eslint/eslint-plugin": "^1.13.0",
		"@typescript-eslint/parser": "^1.13.0",
		"eslint": "^6.1.0",
		"eslint-config-airbnb-base": "^13.2.0",
		"eslint-config-prettier": "^6.0.0",
		"eslint-import-resolver-typescript": "^1.1.1",
		"eslint-plugin-import": "^2.18.2",
		"eslint-plugin-json": "^1.4.0",
		"eslint-plugin-prettier": "^3.1.0",
		"prettier": "^1.18.2",
		"react": "^16.13.1",
		"typescript": "^3.5.3"
	}
}
