{ "name": "napcat-protobuf", "type": "module", "version": "0.0.4", "description": "A lightweight, elegant, and efficient protobuf-ts solution", "main": "NapProto.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepack": "tsc" }, "dependencies": { "@protobuf-ts/runtime": "^2.9.4" }, "devDependencies": { "typescript": "^5.6" } }