14 lines
284 B
JSON
14 lines
284 B
JSON
{
|
|
"name": "fluid-type-ui",
|
|
"version": "2.0.8",
|
|
"description": "Fluid typography utilities for Tailwind CSS",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postinstall": "node ./scripts/telemetry.js"
|
|
},
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"tailwindcss": "^3.4.0"
|
|
}
|
|
}
|