protobuf definitions for hyper-real-time chat
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at c465d72b8a966cea7cff4d31f2ee42fec00e697e 18 lines 371 B view raw
1{ 2 "name": "@rachel-mp4/lrcproto", 3 "version": "1.1.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}