| { | |
| "name": "typescript", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "build": "tsc --build", | |
| "clean": "tsc --build --clean" | |
| }, | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "google-protobuf": "^3.21.2", | |
| "ts-proto": "^1.143.0" | |
| }, | |
| "devDependencies": { | |
| "typescript": "^4.9.5" | |
| } | |
| } |