aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1061b31..0500566 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"main": "index.ts",
"scripts": {
"test": "mocha",
+ "generate-test-data": "node --experimental-specifier-resolution=node --loader ts-node/esm ./test-data-generator/index.ts",
"compile": "tsc",
"watch": "tsc -w",
"start": "npm i --only=prod && node --trace-warnings build/index.js"
@@ -48,8 +49,8 @@
"@types/node": "^17.0.21",
"dotenv": "^16.0.0",
"mocha": "^9.2.1",
- "ts-node": "^10.5.0",
+ "ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"type": "module"
-}
+} \ No newline at end of file