-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 936 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "tw-type-css",
"version": "0.0.1",
"description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.",
"exports": "./lib/tw-type.css",
"main": "./lib/tw-type.css",
"files": [
"lib/tw-type.css"
],
"keywords": [
"css",
"tailwind",
"tailwindcss",
"typography"
],
"repository": "https://github.com/azan-n/tw-type-css",
"license": "Apache-2.0",
"author": {
"name": "Azan",
"url": "https://github.com/azan-n"
},
"homepage": "https://github.com/azan-n/tw-type-css#readme",
"bugs": "https://github.com/azan-n/tw-type-css/issues",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "astro --root demo dev",
"build:demo": "astro --root demo build"
},
"peerDependencies": {
"tailwindcss": ">=4.0.0"
},
"devDependencies": {
"@tailwindcss/vite": "4.1.11",
"astro": "5.12.5"
}
}