aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package.json')
-rw-r--r--scripts/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/package.json b/scripts/package.json
new file mode 100644
index 0000000..b491b01
--- /dev/null
+++ b/scripts/package.json
@@ -0,0 +1,16 @@
1{
2 "name": "ferdi-recipes-scripts",
3 "version": "1.0.0",
4 "description": "Scripts for managing the ferdi-recipes repository",
5 "main": "index.js",
6 "repository": "https://github.com/getferdi/recipes",
7 "author": "The Ferdi Team",
8 "license": "MIT",
9 "dependencies": {
10 "fs-extra": "^8.1.0",
11 "targz": "^1.0.1"
12 },
13 "scripts": {
14 "package": "node package.js"
15 }
16}