theme/packages/tailwind/package.json
2024-10-30 13:18:57 +08:00

22 lines
407 B
JSON

{
"name": "@build/tailwind",
"version": "1.0.0",
"description": "",
"main": "plugin/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"plugins",
"css",
"extends"
],
"keywords": [],
"author": "abearxiong",
"license": "ISC",
"exports": {
".": "./plugins/index.js",
"./css": "./css/globals.css"
}
}