-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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": "@escapace/ansible-epel",
"version": "0.0.0",
"author": {
"name": "escapace",
"email": "opensource@escapace.com"
},
"bugs": "https://github.com/escapace/ansible-epel/issues",
"devDependencies": {
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"@ls-lint/ls-lint": "2.2.3",
"eslint": "9.20.1",
"eslint-config-escapace": "5.4.6",
"lefthook": "1.10.10",
"prettier": "3.5.1",
"prettier-config-escapace": "1.2.1",
"syncpack": "13.0.2"
},
"engines": {
"pnpm": ">=10.4.1"
},
"homepage": "https://github.com/escapace/ansible-epel#readme",
"license": "Apache-2.0",
"pnpm": {
"onlyBuiltDependencies": [
"lefthook"
]
},
"private": true,
"repository": "escapace/ansible-epel",
"scripts": {
"format": "syncpack format && eslint --no-warn-ignored --fix && prettier -uw .",
"lint": "ls-lint --config .ls-lint.yaml && eslint",
"ls-lint": "ls-lint --config .ls-lint.yaml",
"prepare": "lefthook install",
"syncpack": "syncpack fix-mismatches && syncpack-set-semver-ranges && syncpack format"
},
"sideEffects": false,
"type": "module"
}