-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 997 Bytes
/
package.json
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
39
40
41
42
43
44
45
{
"name": "tailwindcss-mso",
"version": "2.0.0",
"description": "Tailwind CSS plugin that generates MSO utilities.",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"dev": "vitest",
"release": "npx np",
"test": "vitest run --coverage"
},
"author": "Cosmin Popovici (@cossssmin)",
"license": "MIT",
"repository": "https://github.com/maizzle/tailwindcss-mso.git",
"bugs": {
"url": "https://github.com/maizzle/tailwindcss-mso/issues"
},
"homepage": "https://github.com/maizzle/tailwindcss-mso#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@vitest/coverage-v8": "^2.0.4",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.0",
"vitest": "^2.0.4"
},
"peerDependencies": {
"tailwindcss": ">=3.4.0"
},
"keywords": [
"tailwindcss",
"html-emails",
"outlook-css",
"email-marketing",
"maizzle",
"postcss-plugin",
"mso"
],
"engines": {
"node": ">=18.20"
}
}