aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.json
blob: b491b01372906da24d732174a6ee704607fd423e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "ferdi-recipes-scripts",
  "version": "1.0.0",
  "description": "Scripts for managing the ferdi-recipes repository",
  "main": "index.js",
  "repository": "https://github.com/getferdi/recipes",
  "author": "The Ferdi Team",
  "license": "MIT",
  "dependencies": {
    "fs-extra": "^8.1.0",
    "targz": "^1.0.1"
  },
  "scripts": {
    "package": "node package.js"
  }
}