-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.32 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
{
"name": "gest-hh-neve-child",
"version": "1.4.2-rc.0",
"description": "",
"main": "index.js",
"engines": {
"node": "20",
"pnpm": "9"
},
"private": true,
"scripts": {
"about": "node ./scripts/about.mjs",
"preadd": "node ./scripts/check-pnpm.mjs",
"build": "node ./scripts/build.mjs ./src ./build",
"clean": "rimraf ./build",
"preinstall": "node ./scripts/check-pnpm.mjs",
"lint": "pnpm run eslint",
"postlint": "pnpm run stylelint",
"eslint": "eslint --max-warnings 0",
"stylelint": "stylelint --max-warnings 0 \"src/**/*.css\"",
"preremove": "node ./scripts/check-pnpm.mjs",
"update-actions": "node ./scripts/update-actions.mjs",
"preversion": "pnpm run lint",
"version": "pnpm run build",
"postversion": "exit 0",
"wordpress-theme-meta": "node ./scripts/wordpress-theme-meta.mjs"
},
"keywords": [],
"author": "Mark Michaelis",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.17.0",
"@npmcli/package-json": "^6.1.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-yml": "^1.16.0",
"globals": "^15.14.0",
"minimist": "^1.2.8",
"node-fetch": "^3.3.2",
"rimraf": "^6.0.1",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1"
}
}