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