-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.42 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
{
"name": "airlight-config",
"description": "Shared configurations to use with combine of each other to get cleaner, better, reusable, secure and efficient codebase",
"private": true,
"type": "commonjs",
"workspaces": ["packages/*"],
"scripts": {
"lint": "smartlint",
"release": "pnpm -r --workspace-concurrency=1 exec ../../.release-me/release.sh -w --use-version --plugins=npm,npm-post,git,github-release --preset=workspace",
"prepare": "lefthook install -f"
},
"engines": {
"node": ">=18.20.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dalisoft/airlight.git"
},
"keywords": ["biome", "eslint", "config"],
"author": "dalisoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/dalisoft/airlight/issues"
},
"homepage": "https://github.com/dalisoft/airlight#readme",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-lerna-scopes": "^19.7.0",
"@evilmartians/lefthook": "^1.10.1",
"@ls-lint/ls-lint": "^2.2.3",
"@stoplight/spectral-cli": "^6.14.2",
"biome-config-airlight": "workspace:*",
"dprint": "^0.48.0",
"eslint": "^9.17.0",
"eslint-config-airlight-node": "workspace:*",
"lint-staged-config-airlight": "workspace:*",
"oxlint": "^0.15.5",
"prettier-config-airlight": "workspace:*",
"smartlint-unix": "workspace:*",
"typescript": "^5.7.2"
}
}