41 lines
786 B
JSON
41 lines
786 B
JSON
{
|
|
"name": "tailwind-dashed-border",
|
|
"version": "0.1.0",
|
|
"description": "Configurable dashed border utility for Tailwind CSS v4",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"check": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"keywords": [
|
|
"tailwindcss",
|
|
"tailwind",
|
|
"plugin",
|
|
"dashed-border",
|
|
"border"
|
|
],
|
|
"peerDependencies": {
|
|
"tailwindcss": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"tailwindcss": "^4.2.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT"
|
|
}
|