16 lines
461 B
JSON
16 lines
461 B
JSON
{
|
|
"name": "plugins",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./FileBrowser": "./FileBrowser/index.ts",
|
|
"./FileBrowser/client": "./FileBrowser/client/index.ts",
|
|
"./FileBrowser/server": "./FileBrowser/server/index.ts",
|
|
"./Chat": "./Chat/index.ts",
|
|
"./Chat/client": "./Chat/client/index.ts",
|
|
"./ChatHistory": "./ChatHistory/index.ts",
|
|
"./ChatHistory/client": "./ChatHistory/client/index.ts"
|
|
}
|
|
}
|