aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package.json')
-rw-r--r--scripts/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/package.json b/scripts/package.json
index b491b01..d416231 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -7,10 +7,12 @@
7 "author": "The Ferdi Team", 7 "author": "The Ferdi Team",
8 "license": "MIT", 8 "license": "MIT",
9 "dependencies": { 9 "dependencies": {
10 "dir-compare": "^1.7.3",
10 "fs-extra": "^8.1.0", 11 "fs-extra": "^8.1.0",
11 "targz": "^1.0.1" 12 "targz": "^1.0.1"
12 }, 13 },
13 "scripts": { 14 "scripts": {
14 "package": "node package.js" 15 "package": "node package.js",
16 "verify": "node verify.js"
15 } 17 }
16} 18}