-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.84 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.84 KB
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
{
"name": "configs",
"description": "The shareable configuration files of Armand Philippot.",
"version": "0.0.1",
"license": "MIT",
"author": {
"name": "Armand Philippot",
"email": "git@armand.philippot.eu",
"url": "https://armand.philippot.eu/"
},
"homepage": "https://github.com/ArmandPhilippot/configs#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:ArmandPhilippot/configs.git"
},
"bugs": {
"url": "https://github.com/ArmandPhilippot/configs/issues"
},
"private": true,
"type": "module",
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
"scripts": {
"ci:release": "changeset publish",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"fix": "pnpm run \"/^fix:.*/\"",
"fix:formatting": "prettier . --write",
"fix:scripts": "eslint --fix .",
"lint": "pnpm run \"/^lint:.*/\"",
"lint:formatting": "prettier . --check",
"lint:scripts": "eslint .",
"lint:spelling": "cspell \"**\" --no-progress",
"lint:types": "tsc --noEmit",
"test": "pnpm run \"/^test:.*/\"",
"test:renovate": "pnpm --filter @arphi/renovate-config test",
"prepare": "husky && pnpm --filter @arphi/eslint-config build"
},
"devDependencies": {
"@arphi/commitlint-config": "workspace:*",
"@arphi/eslint-config": "workspace:*",
"@arphi/prettier-config": "workspace:*",
"@arphi/tsconfig": "workspace:*",
"@changesets/cli": "^2.29.8",
"@commitlint/cli": "^20.4.1",
"@eslint/js": "^9.39.2",
"@types/node": "^25.3.0",
"cspell": "^9.6.4",
"eslint": "^9.39.2",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "3.8.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.54.0"
}
}