-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 760 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 760 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
39
{
"name": "@pyncz/tailwind-mask-image",
"description": "A `mask-image` plugin for Tailwind CSS",
"version": "1.0.0",
"license": "MIT",
"author": "Pau Yankovski <https://github.com/pyncz>",
"keywords": [
"tailwindcss",
"tailwind",
"css",
"css-utils",
"plugin",
"mask-image"
],
"scripts": {
"semantic-release": "semantic-release"
},
"files": [
"index.js"
],
"main": "./index.js",
"devDependencies": {
"tailwindcss": "^3.2.0",
"@antfu/ni": "^0.17.2",
"semantic-release": "^19.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/pyncz/tailwind-mask-image"
},
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
"main"
]
}
}