Files
proto/templates/ts-package.json.tpl

21 lines
440 B
Smarty
Raw Permalink Normal View History

2025-08-21 04:36:13 +08:00
{
"name": "{{TS_PACKAGE_NAME}}",
"version": "{{VERSION}}",
"description": "自动生成的TypeScript SDK用于与shenxianhe服务进行交互",
"repository": {
"type": "git",
"url": "{{TS_SDK_REPO}}"
},
"keywords": [
"protobuf",
"typescript",
"sdk",
"shenxianhe"
],
"author": "神仙盒团队",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@bufbuild/protobuf": "^2.7.0"
}
}