theme/packages/tailwind/package.json

25 lines
456 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",
"tailwind.config.js",
"src",
"dist"
],
"keywords": [],
"author": "abearxiong",
"license": "ISC",
"exports": {
".": "./plugins/index.js",
"./css": "./css/globals.css"
}
}