protobuf definitions for hyper-real-time chat
at main 371 B view raw
1{ 2 "name": "@rachel-mp4/lrcproto", 3 "version": "1.2.0", 4 "description": "protobuf definitions for LRC", 5 "main": "gen/ts/lrc.ts", 6 "dependencies": { 7 "typescript": "^3.9.10" 8 }, 9 "devDependencies": {"@protobuf-ts/plugin": "^2.10.0"}, 10 "keywords": [ 11 "lrc" 12 ], 13 "author": "rachel-mp4", 14 "license": "MIT", 15 "publishConfig": { 16 "access": "public" 17 } 18}