2023-03-15 14:54:16 +03:00
|
|
|
{
|
|
|
|
"name": "enso-common",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"type": "module",
|
2024-01-31 14:35:41 +03:00
|
|
|
"main": "./src/index.js",
|
2023-06-19 02:02:08 +03:00
|
|
|
"exports": {
|
2024-01-31 14:35:41 +03:00
|
|
|
".": "./src/index.js",
|
2024-05-03 16:37:26 +03:00
|
|
|
"./src/config.json": "./src/config.json",
|
2024-03-08 06:14:26 +03:00
|
|
|
"./src/appConfig": "./src/appConfig.js",
|
|
|
|
"./src/buildUtils": "./src/buildUtils.js",
|
2023-11-14 15:28:10 +03:00
|
|
|
"./src/detect": "./src/detect.ts",
|
2024-04-25 14:33:59 +03:00
|
|
|
"./src/gtag": "./src/gtag.ts",
|
|
|
|
"./src/load": "./src/load.ts"
|
2023-06-19 02:02:08 +03:00
|
|
|
}
|
2023-03-15 14:54:16 +03:00
|
|
|
}
|