aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index ee05696..73b52e1 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
},
"scripts": {
"build": "tsc",
+ "format": "prettier --write ./**/*.ts",
"postinstall": "yarn build",
"cli": "ts-node src/index.ts"
},
@@ -23,6 +24,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
+ "prettier": "^2.8.3",
"ts-node": "^10.9.1"
}
}