summaryrefslogtreecommitdiffstats
path: root/tools/ts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ts/package.json')
-rw-r--r--tools/ts/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/ts/package.json b/tools/ts/package.json
new file mode 100644
index 0000000000..9139e9b21f
--- /dev/null
+++ b/tools/ts/package.json
@@ -0,0 +1,10 @@
+{
+ "devDependencies": {
+ "jest": "^29.7.0",
+ "peggy": "^3.0.2",
+ "typescript": "^5.3.3"
+ },
+ "scripts": {
+ "test": "jest"
+ }
+}