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