mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 05:05:44 +08:00
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.
18 lines
393 B
JSON
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"
|
|
}
|
|
}
|