forked from ferdium/ferdium-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
42
43
44
45
46
47
{
"name": "ferdium-recipes",
"version": "1.0.1",
"directories": {
"doc": "docs"
},
"engines": {
"pnpm": "8.5.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "pnpm dlx husky install",
"package": "node scripts/package.js",
"create": "node scripts/create.js",
"lint": "pnpm dlx eslint \"{recipes,scripts}/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "pnpm dlx eslint --fix \"{recipes,scripts}/**/*.{js,jsx,ts,tsx}\"",
"reformat-files": "prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,json,scss}\"",
"contributors": "all-contributors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ferdium/ferdium-recipes.git"
},
"keywords": [
"ferdium",
"recipes"
],
"author": "Ferdium Contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/ferdium/ferdium-recipes/issues"
},
"homepage": "https://github.com/ferdium/ferdium-recipes",
"devDependencies": {
"@types/targz": "1.0.1",
"all-contributors-cli": "6.25.1",
"eslint": "8.39.0",
"eslint-plugin-unicorn": "42.0.0",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"image-size": "1.0.2",
"open": "8.4.1",
"prettier": "2.8.8",
"simple-git": "3.18.0",
"targz": "1.0.1"
}
}