{
	"name": "@liiift-studio/typsettle",
	"version": "1.0.20",
	"description": "Page-load animation where per-line tracking starts at random offsets and eases to optical equilibrium — like watching a compositor tune a paragraph",
	"type": "module",
	"main": "dist/index.cjs",
	"module": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js",
			"require": "./dist/index.cjs"
		}
	},
	"files": [
		"dist"
	],
	"scripts": {
		"build": "vite build",
		"capture": "node scripts/capture.mjs",
		"test": "vitest",
		"test:run": "vitest run",
		"lint": "tsc --noEmit",
		"prepublishOnly": "npm run test:run && npm run build"
	},
	"peerDependencies": {
		"@chenglou/pretext": ">=0.0.5",
		"react": ">=17",
		"react-dom": ">=17"
	},
	"peerDependenciesMeta": {
		"react": {
			"optional": true
		},
		"react-dom": {
			"optional": true
		},
		"@chenglou/pretext": {
			"optional": true
		}
	},
	"devDependencies": {
		"@testing-library/react": "^16.3.2",
		"@testing-library/user-event": "^14.6.1",
		"@types/react": "^19.0.0",
		"@vitejs/plugin-react": "^4.0.0",
		"happy-dom": "^12.0.0",
		"next": "16.2.2",
		"react": "^19.0.0",
		"typescript": "^5.0.0",
		"vite": "^6.0.0",
		"vite-plugin-dts": "^4.0.0",
		"vitest": "^3.0.0"
	},
	"keywords": [
		"typography",
		"web-typography",
		"frontend",
		"liiift-studio",
		"animation",
		"entrance-animation",
		"page-load-animation",
		"loading-animation",
		"letter-spacing",
		"tracking",
		"settle",
		"page-load",
		"line-by-line",
		"paragraph",
		"typesetting",
		"zero-dependencies",
		"react",
		"typescript",
		"css"
	],
	"author": "Quinn Keaveney <quinn@liiift.studio>",
	"license": "MIT",
	"homepage": "https://typsettle.com",
	"repository": {
		"type": "git",
		"url": "https://github.com/Liiift-Studio/Typsettle.git"
	},
	"bugs": {
		"url": "https://github.com/Liiift-Studio/Typsettle/issues"
	},
	"sideEffects": false,
	"publishConfig": {
		"access": "public"
	}
}
