mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
15 lines
302 B
JSON
15 lines
302 B
JSON
{
|
|
"name": "@scope/exports-pkg",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "src/legacy-main.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./src/main.ts",
|
|
"default": "./src/fallback.ts"
|
|
},
|
|
"./sub": "./src/sub.ts",
|
|
"./feat/*": "./src/feat/*.ts",
|
|
"./blocked": null
|
|
}
|
|
}
|