{
	"name": "@versini/ui-truncate",
	"version": "8.1.4",
	"license": "MIT",
	"author": "Arno Versini",
	"publishConfig": {
		"access": "public"
	},
	"homepage": "https://www.npmjs.com/package/@versini/ui-truncate",
	"repository": {
		"type": "git",
		"url": "git@github.com:aversini/ui-components.git"
	},
	"type": "module",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"files": [
		"dist",
		"README.md"
	],
	"scripts": {
		"build:check": "tsc",
		"build:js": "rslib build",
		"build:types": "echo 'Types now built with rslib'",
		"build": "npm-run-all --serial clean build:check build:js",
		"clean": "rimraf dist tmp coverage",
		"dev:js": "rslib build --watch",
		"dev:types": "echo 'Types now watched with rslib'",
		"dev": "rslib build --watch",
		"lint": "biome lint src",
		"lint:fix": "biome check src --write --no-errors-on-unmatched",
		"prettier": "biome check --write --no-errors-on-unmatched",
		"start": "static-server dist --port 5173",
		"test:coverage:ui": "vitest --coverage --ui",
		"test:coverage": "vitest run --coverage",
		"test:watch": "vitest",
		"test": "vitest run"
	},
	"devDependencies": {
		"@testing-library/jest-dom": "6.10.0"
	},
	"dependencies": {
		"@versini/ui-button": "15.1.4",
		"tailwindcss": "4.3.3"
	},
	"sideEffects": [
		"**/*.css"
	],
	"gitHead": "897d5d5404b5061b86b4939841ee29f54088728f"
}
