mirror of
https://github.com/enso-org/enso.git
synced 2024-12-03 06:04:26 +03:00
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"name": "enso-common",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./src/detect": "./src/detect.ts"
|
|
}
|
|
}
|