summaryrefslogtreecommitdiffstats
path: root/tools/ts/package.json
blob: 9139e9b21ff3eb76bf80dc4d1edb470eca7e8743 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "devDependencies": {
    "jest": "^29.7.0",
    "peggy": "^3.0.2",
    "typescript": "^5.3.3"
  },
  "scripts": {
    "test": "jest"
  }
}