{
	"name": "react-native-restyled",
	"version": "0.6.0",
	"description": "A Utility-first Styling Library for React Native",
	"license": "MIT",
	"author": "Ahmed T. Ali",
	"repository": "z0al/react-native-restyled",
	"sideEffects": false,
	"main": "lib/index.js",
	"module": "lib/index.js",
	"types": "lib/index.d.ts",
	"files": [
		"macro",
		"lib"
	],
	"keywords": [
		"expo",
		"react-native",
		"react-native-web",
		"styled",
		"babel-plugin-macros"
	],
	"scripts": {
		"build": "CI=true expo-module build",
		"prepublishOnly": "expo-module build",
		"clean": "expo-module clean",
		"lint": "expo-module lint",
		"test": "yarn build && expo-module test",
		"semantic-release": "semantic-release",
		"utils-gen": "ts-node ./scripts/utils-gen.ts"
	},
	"dependencies": {
		"@babel/helper-module-imports": "^7.12.1",
		"babel-object-to-ast": "^2.1.5",
		"babel-plugin-macros": "^2.8.0",
		"dequal": "^2.0.2"
	},
	"devDependencies": {
		"@babel/types": "^7.12.1",
		"@testing-library/jest-native": "^3.4.3",
		"@testing-library/react-native": "^7.1.0",
		"@types/babel-plugin-macros": "^2.8.3",
		"@types/babel-plugin-tester": "^9.0.1",
		"@types/babel__core": "^7.1.10",
		"@types/jest": "^26.0.14",
		"@types/lodash.merge": "^4.6.6",
		"@types/node": "^14.14.2",
		"@types/react": "^16.9.53",
		"@types/react-native": "^0.63.25",
		"babel-plugin-tester": "^10.0.0",
		"camel-case": "^4.1.1",
		"eslint": "^7.11.0",
		"expo-module-scripts": "^1.2.0",
		"jest-expo": "^39.0.0",
		"prettier": "^2.1.2",
		"react": "^16.14.0",
		"react-dom": "^16.14.0",
		"react-native": "^0.63.3",
		"react-native-tailwindcss": "^1.1.11",
		"react-native-web": "^0.14.3",
		"react-test-renderer": "^17.0.1",
		"semantic-release": "^17.2.1",
		"ts-node": "^9.0.0",
		"type-fest": "^0.18.0",
		"typescript": "^4.0.3"
	},
	"peerDependencies": {
		"react": ">=16.11.0",
		"react-native": ">=0.62.0"
	},
	"prettier": {
		"printWidth": 72,
		"semi": true,
		"singleQuote": true,
		"trailingComma": "es5",
		"useTabs": true
	},
	"jest": {
		"projects": [
			{
				"preset": "jest-expo/android",
				"setupFilesAfterEnv": [
					"@testing-library/jest-native/extend-expect"
				]
			},
			{
				"preset": "jest-expo/ios",
				"setupFilesAfterEnv": [
					"@testing-library/jest-native/extend-expect"
				]
			},
			{
				"preset": "jest-expo/node"
			}
		]
	},
	"publishConfig": {
		"access": "public"
	}
}
