{
	"name": "@appfollow/utils",
	"version": "0.0.8",
	"publishConfig": {
		"access": "public"
	},
	"files": [
		"./**/*",
		"!**/*.tsbuildinfo"
	],
	"scripts": {
		"prepublish": "yarn version patch -i && cp package.json dist",
		"pub": "yarn prepublish && cd dist && npm publish --access public",
		"build": "yarn clean && bun ./bun-build.ts && yarn build:declaration",
		"build:declaration": "tsc --emitDeclarationOnly --declaration --skipLibCheck --project tsconfig.json",
		"lint": "eslint --ext .ts,.tsx . --ignore-pattern '!node_modules/' --cache --max-warnings 0 --fix",
		"clean": "rm -rf ./dist",
		"unit": "jest"
	},
	"dependencies": {
		"@appfollow/geo-info": "workspace:*",
		"@formatjs/intl-pluralrules": "5.2.14",
		"date-fns": "2.30.0",
		"detect-browser": "5.3.0",
		"lodash": "4.17.21"
	},
	"devDependencies": {
		"@appfollow/eslint-config": "workspace:*",
		"@appfollow/tsconfig": "workspace:*",
		"@swc/core": "1.6.5",
		"@swc/jest": "0.2.36",
		"@types/bun": "1.1.5",
		"@types/jest": "29.5.12",
		"@types/lodash": "4.17.5",
		"@types/react": "18.3.3",
		"eslint": "8.57.0",
		"eslint-plugin-appfollow": "workspace:*",
		"glob": "10.4.2",
		"jest": "29.7.0",
		"typescript": "5.4.5"
	},
	"peerDependencies": {
		"react": "18.3.1",
		"react-router-dom": "6.23.1"
	}
}
