43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@livekit/protocol",
|
|
"version": "1.29.1",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"import": "dist/index.cjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./*": {
|
|
"types": "./dist/gen/livekit_*_pb.d.ts",
|
|
"import": "./dist/gen/livekit_*_pb.js",
|
|
"require": "./dist/gen/livekit_*_pb.cjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"generate:version": "genversion --esm --semi src/gen/version.ts",
|
|
"generate:proto": "mkdir -p src/gen && protoc --es_out src/gen --es_opt target=ts -I=../../protobufs ../../protobufs/livekit_*.proto",
|
|
"prebuild": "pnpm generate:version && pnpm generate:proto",
|
|
"build": "pnpm prebuild && tsup --onSuccess \"tsc --declaration --emitDeclarationOnly\""
|
|
},
|
|
"keywords": [],
|
|
"author": "LiveKit",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@bufbuild/protoc-gen-es": "^1.10.0",
|
|
"genversion": "^3.2.0",
|
|
"tsup": "^8.3.5",
|
|
"typescript": "5.2"
|
|
},
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^1.10.0"
|
|
}
|
|
}
|