summaryrefslogtreecommitdiff
path: root/pbt/ts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'pbt/ts/package.json')
-rw-r--r--pbt/ts/package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/pbt/ts/package.json b/pbt/ts/package.json
new file mode 100644
index 0000000..5aab336
--- /dev/null
+++ b/pbt/ts/package.json
@@ -0,0 +1,19 @@
+{
+ "dependencies": {
+ "typescript": "^5.7.3"
+ },
+ "devDependencies": {
+ "gts": "^6.0.2",
+ "typescript": "^5.6.3",
+ "@types/node": "^22.7.5"
+ },
+ "scripts": {
+ "lint": "gts lint",
+ "clean": "gts clean",
+ "compile": "tsc",
+ "fix": "gts fix",
+ "prepare": "npm run compile",
+ "pretest": "npm run compile",
+ "posttest": "npm run lint"
+ }
+}