NapCatQQ/packages/napcat-protobuf/package.json
手瓜一十雪 36aa08a8f5 Replace nap-proto-core with napcat-protobuf package
Switched all imports from '@napneko/nap-proto-core' to the new 'napcat-protobuf' package across napcat-core and related packages. Updated dependencies and references to support the new package structure, improving maintainability and workspace integration.
2025-11-14 16:19:26 +08:00

18 lines
393 B
JSON

{
"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"
}
}