blob: 4598c67175e864c1391e389ace2a418f6f97752f [file] [log] [blame]
{
"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"
}
}