mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-10 01:06:08 +08:00
23 lines
422 B
JSON
23 lines
422 B
JSON
{
|
|
"name": "ts-proto-descriptors",
|
|
"version": "1.6.0",
|
|
"description": "",
|
|
"repository": "github:stephenh/ts-proto",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"dependencies": {
|
|
"long": "^4.0.0",
|
|
"protobufjs": "^6.8.8"
|
|
},
|
|
"devDependencies": {
|
|
"ts-proto": "^1.103.0",
|
|
"typescript": "^4.1.5"
|
|
}
|
|
}
|