aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.json
blob: 63aeefad5ac05f779a5dcbccca7ce797e062f088 (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
{
  "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",
    "update": "node update.js",
    "github": "node add_github.js"
  }
}