forked from ferdium/ferdium-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.44 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
48
49
50
51
52
53
54
55
56
{
"name": "ferdium-recipes",
"version": "1.0.1",
"directories": {
"doc": "docs"
},
"engines": {
"node": "20.18.0",
"pnpm": "9.12.0"
},
"volta": {
"node": "20.18.0",
"pnpm": "9.12.0"
},
"engine-strict": true,
"packageManager": "[email protected]",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || husky install",
"validate": "pnpm lint:fix && pnpm reformat-files && pnpm package",
"package": "node scripts/package.js",
"create": "node scripts/create.mjs",
"lint": "eslint \"{recipes,scripts}/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "pnpm lint --fix",
"reformat-files": "prettier --ignore-path .eslintignore --write \"**/*.{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.4",
"all-contributors-cli": "6.26.1",
"eslint": "8.57.0",
"eslint-plugin-unicorn": "51.0.1",
"fs-extra": "11.2.0",
"husky": "9.1.6",
"image-size": "1.0.2",
"is-ci": "3.0.1",
"open": "10.1.0",
"prettier": "3.3.3",
"simple-git": "3.27.0",
"targz": "1.0.1"
}
}