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