aliaset
Version:
twind monorepo
52 lines (51 loc) • 1.23 kB
JSON
{
"name": "@twind/preset-line-clamp",
"version": "1.0.1",
"description": "A twind preset that provides utilities for visually truncating text after a fixed number of lines.",
"keywords": [
"twind",
"twind-preset",
"tailwind",
"tailwindcss",
"tw-in-js",
"tailwind-in-js",
"preset"
],
"type": "module",
"// The 'module', 'unpkg' and 'types' fields are added by distilt": "",
"main": "src/line-clamp.ts",
"// Each entry is expanded into several bundles (types, esnext, module, script, node, and default)": "",
"exports": {
".": "./src/line-clamp.ts"
},
"// These are relative from within the dist/ folder": "",
"sideEffects": false,
"size-limit": [
{
"name": "@twind/preset-line-clamp",
"path": "dist/preset-line-clamp.esnext.js",
"brotli": true,
"limit": "0.3kb"
}
],
"peerDependencies": {
"@twind/core": "^1.0.1",
"typescript": "^4.8.4"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"devDependencies": {
"@twind/core": "^1.0.1",
"typescript": "^4.8.4"
},
"scripts": {
"build": "distilt"
},
"publishConfig": {
"access": "public",
"directory": "dist"
}
}