51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "tailwind-dashed-border",
|
|
"version": "0.1.0",
|
|
"description": "Configurable dashed border utility for Tailwind CSS v4",
|
|
"author": "Mira Gluhih",
|
|
"contributors": [],
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ArsenijSerjogin/tailwind-dashed-border.git"
|
|
},
|
|
"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",
|
|
"bugs": {
|
|
"url": "https://github.com/ArsenijSerjogin/tailwind-dashed-border/issues"
|
|
},
|
|
"homepage": "https://github.com/ArsenijSerjogin/tailwind-dashed-border"
|
|
}
|