aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 395cfca944235d4c31771a4809675e5abf4433ab (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
27
28
29
30
31
32
33
{
  "name": "ferdi-recipes",
  "version": "1.0.0",
  "description": "Recipes for the Ferdi Desktop App",
  "main": "index.js",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "package": "node scripts/package.js",
    "create": "node scripts/create.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getferdi/recipes.git"
  },
  "keywords": [
    "ferdi",
    "recipes"
  ],
  "author": "The Ferdi Team <hello@getferdi.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/getferdi/recipes/issues"
  },
  "homepage": "https://github.com/getferdi/recipes#readme",
  "dependencies": {
    "fs-extra": "^9.0.1",
    "image-size": "^0.9.1",
    "open": "^7.2.1",
    "targz": "^1.0.1"
  }
}