enso/app/ide-desktop/lib/common/package.json
2023-06-19 01:02:08 +02:00

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"
}
}