diff options
| author | Arnaud Bailly <arnaud.bailly@iohk.io> | 2025-01-25 11:15:05 +0100 |
|---|---|---|
| committer | Arnaud Bailly <arnaud.bailly@iohk.io> | 2025-01-25 11:15:05 +0100 |
| commit | a98aaf0232a159d403a7e2bc946c51c1fa490481 (patch) | |
| tree | 7f6eae9ad6381b31f5cec990bd7f4142b1073d8f /pbt/ts/package.json | |
| parent | 170a09b686c996e3985676b648cdfa619e971e47 (diff) | |
| download | lambda-nantes-a98aaf0232a159d403a7e2bc946c51c1fa490481.tar.gz | |
Start TS tiny PBT implementation
Diffstat (limited to 'pbt/ts/package.json')
| -rw-r--r-- | pbt/ts/package.json | 19 |
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" + } +} |
