mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 11:45:26 +03:00
12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"name": "@es-toolkit/es-toolkit",
|
|
"version": "1.9.0",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"publish": {
|
|
"include": [
|
|
"./src/**/*.ts"
|
|
]
|
|
}
|
|
} |