aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.json
blob: b82f94670cb9f75f78c6d055499663b1d7bb99fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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",
    "git-url-parse": "^11.1.2",
    "node-fetch": "^2.6.0",
    "semver": "^6.3.0",
    "targz": "^1.0.1"
  },
  "scripts": {
    "package": "node package.js",
    "verify": "node verify.js",
    "verify-all": "node verify-all.js",
    "update": "node update.js",
    "github": "node add_github.js",
    "gh-load": "node gh_load.js",
    "load": "node load.js"
  }
}