diff options
| author | Arnaud Bailly <arnaud.bailly@iohk.io> | 2025-01-25 18:31:41 +0100 |
|---|---|---|
| committer | Arnaud Bailly <arnaud.bailly@iohk.io> | 2025-01-25 18:31:41 +0100 |
| commit | 8bcaac40ee1afb8c36f98beabe0348ae3713d44d (patch) | |
| tree | 0b4b6f1f399fcf21462dec3ae2bbf95a1b6f69c3 /pbt/ts/package.json | |
| parent | a98aaf0232a159d403a7e2bc946c51c1fa490481 (diff) | |
| download | lambda-nantes-8bcaac40ee1afb8c36f98beabe0348ae3713d44d.tar.gz | |
Generate a random list
Diffstat (limited to 'pbt/ts/package.json')
| -rw-r--r-- | pbt/ts/package.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/pbt/ts/package.json b/pbt/ts/package.json index 5aab336..c11b4ba 100644 --- a/pbt/ts/package.json +++ b/pbt/ts/package.json @@ -1,11 +1,13 @@ { "dependencies": { + "dotenv": "^16.4.7", + "prando": "^6.0.1", "typescript": "^5.7.3" }, "devDependencies": { + "@types/node": "^22.7.5", "gts": "^6.0.2", - "typescript": "^5.6.3", - "@types/node": "^22.7.5" + "typescript": "^5.6.3" }, "scripts": { "lint": "gts lint", @@ -14,6 +16,7 @@ "fix": "gts fix", "prepare": "npm run compile", "pretest": "npm run compile", - "posttest": "npm run lint" + "posttest": "npm run lint", + "app": "node build/src/index.js" } } |
