-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 895 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
{
"name": "tw-animate-css",
"version": "1.2.0",
"description": "TailwindCSS v4.0 compatible replacement for `tailwindcss-animate`.",
"scripts": {
"build": "mkdirp dist && cp src/tw-animate.css dist/",
"format": "prettier --write ."
},
"main": "dist/tw-animate.css",
"exports": {
".": "./dist/tw-animate.css"
},
"keywords": [
"tailwindcss-animate",
"tailwindcss",
"animation"
],
"author": {
"name": "Luca Bosin",
"url": "https://github.com/Wombosvideo"
},
"license": "MIT",
"homepage": "https://github.com/Wombosvideo/tw-animate-css",
"bugs": {
"url": "https://github.com/Wombosvideo/tw-animate-css/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Wombosvideo/tw-animate-css.git"
},
"packageManager": "[email protected]",
"devDependencies": {
"mkdirp": "^3.0.1",
"prettier": "^3.5.3"
}
}