* feat: improve create column command * refactor: thread * feat: add window virtualized to event screen * chore: update deps * fix: window decoration * feat: improve mention ntoe * feat: add subscription to event screen
15 lines
232 B
JSON
15 lines
232 B
JSON
{
|
|
"name": "@lume/types",
|
|
"version": "0.0.0",
|
|
"main": "./index.d.ts",
|
|
"types": "./index.d.ts",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.5.2"
|
|
}
|
|
}
|