forked from djshadowxm82/recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 KB
/
package.json
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
34
35
36
37
38
39
40
41
{
"name": "ferdi-recipes",
"version": "1.0.0",
"directories": {
"doc": "docs"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "pnpm dlx husky install",
"package": "node scripts/package.js",
"create": "node scripts/create.js",
"lint": "eslint . --fix",
"reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,json,scss}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/getferdi/recipes.git"
},
"keywords": [
"ferdi",
"recipes"
],
"author": "The Ferdi Team <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/getferdi/recipes/issues"
},
"homepage": "https://github.com/getferdi/recipes#readme",
"devDependencies": {
"@types/targz": "1.0.1",
"eslint": "7.32.0",
"eslint-plugin-unicorn": "36.0.0",
"fs-extra": "10.0.0",
"husky": "7.0.2",
"image-size": "1.0.0",
"open": "8.2.1",
"prettier": "2.4.1",
"simple-git": "2.46.0",
"targz": "1.0.1"
}
}