Files
2022-04-25 14:51:29 +08:00

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