aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-05-10 10:41:55 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2020-05-10 10:41:55 +0200
commitd69e514dceb46a02cca4b73ea4fea487b93d71ad (patch)
tree34bf182e0a28d784f3e7d321d41ef330b347d0e4 /scripts/package.json
parentUpdate agent agent configuration (diff)
downloadferdium-recipes-d69e514dceb46a02cca4b73ea4fea487b93d71ad.tar.gz
ferdium-recipes-d69e514dceb46a02cca4b73ea4fea487b93d71ad.tar.zst
ferdium-recipes-d69e514dceb46a02cca4b73ea4fea487b93d71ad.zip
Add create script
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 77d5f2f..1402e52 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -12,6 +12,7 @@
12 "git-url-parse": "^11.1.2", 12 "git-url-parse": "^11.1.2",
13 "image-size": "^0.8.3", 13 "image-size": "^0.8.3",
14 "node-fetch": "^2.6.0", 14 "node-fetch": "^2.6.0",
15 "open": "^7.0.3",
15 "semver": "^6.3.0", 16 "semver": "^6.3.0",
16 "targz": "^1.0.1" 17 "targz": "^1.0.1"
17 }, 18 },
@@ -22,6 +23,7 @@
22 "update": "node update.js", 23 "update": "node update.js",
23 "github": "node add_github.js", 24 "github": "node add_github.js",
24 "gh-load": "node gh_load.js", 25 "gh-load": "node gh_load.js",
25 "load": "node load.js" 26 "load": "node load.js",
27 "create": "node create.js"
26 } 28 }
27} 29}