-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.18 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
{
"name": "renovate-config-ahd",
"version": "1.0.0",
"description": "Renovate config presets for AHDCreative / FFXIVITA projects.",
"private": true,
"prettier": "@ahdcreative/prettier-config-ahd",
"repository": {
"type": "git",
"url": "git+https://github.com/AHDCreative/renovate-config.git"
},
"author": "AHDCreative <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AHDCreative/renovate-config/issues"
},
"homepage": "https://github.com/AHDCreative/renovate-config#readme",
"devDependencies": {
"@ahdcreative/eslint-config-ahd": "2.0.0",
"@ahdcreative/stylelint-config-ahd": "1.0.3",
"@ahdcreative/prettier-config-ahd": "1.0.6",
"prettier": "2.7.1",
"prettier-eslint": "15.0.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "4.2.1",
"ajv-cli": "5.0.0",
"renovate": "37.440.7",
"coverage":"0.4.1"
},
"scripts": {
"format": "prettier --cache --write '**/*.{js,md,css,scss,yaml,yml,json}'",
"lint:format": "prettier --cache --check '**/*.{js,md,css,scss,yaml,yml,json}'",
"coverage": "coverage default.json --reporter"
},
"engines": {
"node": "16.18"
}
}