mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-03-26 16:47:23 +08:00
19 lines
255 B
JSON
19 lines
255 B
JSON
{
|
|
"name": "@sa/color",
|
|
"version": "2.0.2",
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"./src/*"
|
|
]
|
|
}
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@sa/utils": "workspace:*",
|
|
"colord": "2.9.3"
|
|
}
|
|
}
|