summaryrefslogtreecommitdiff
path: root/packages/taler-integrationtests/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-integrationtests/package.json')
-rw-r--r--packages/taler-integrationtests/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/taler-integrationtests/package.json b/packages/taler-integrationtests/package.json
index ba2f112ef..215738943 100644
--- a/packages/taler-integrationtests/package.json
+++ b/packages/taler-integrationtests/package.json
@@ -4,12 +4,14 @@
"description": "Integration tests and fault injection for GNU Taler components",
"main": "index.js",
"scripts": {
- "compile": "tsc -b"
+ "compile": "tsc -b",
+ "pretty": "prettier --write src"
},
"author": "Florian Dold <dold@taler.net>",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"esm": "^3.2.25",
+ "prettier": "^2.0.5",
"source-map-support": "^0.5.19",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"