summaryrefslogtreecommitdiff
path: root/pbt/ts/package.json
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud.bailly@iohk.io>2025-01-25 18:31:41 +0100
committerArnaud Bailly <arnaud.bailly@iohk.io>2025-01-25 18:31:41 +0100
commit8bcaac40ee1afb8c36f98beabe0348ae3713d44d (patch)
tree0b4b6f1f399fcf21462dec3ae2bbf95a1b6f69c3 /pbt/ts/package.json
parenta98aaf0232a159d403a7e2bc946c51c1fa490481 (diff)
downloadlambda-nantes-8bcaac40ee1afb8c36f98beabe0348ae3713d44d.tar.gz
Generate a random list
Diffstat (limited to 'pbt/ts/package.json')
-rw-r--r--pbt/ts/package.json9
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"
}
}