aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.json
blob: d416231b56206f783ccde2b67cf63caea5da7cee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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": {
    "dir-compare": "^1.7.3",
    "fs-extra": "^8.1.0",
    "targz": "^1.0.1"
  },
  "scripts": {
    "package": "node package.js",
    "verify": "node verify.js"
  }
}