initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "@lxc/live-client",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } },
|
||||
"scripts": { "build": "tsc -p tsconfig.json", "check": "tsc -p tsconfig.json --noEmit", "test": "node --test test/*.test.mjs" },
|
||||
"dependencies": { "@lxc/protocol": "*" },
|
||||
"devDependencies": { "typescript": "^5.8.3", "vitest": "^3.1.1" }
|
||||
}
|
||||
Reference in New Issue
Block a user