-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
44
45
46
{
"name": "eslint-config",
"description": "Collection of ESLint configs for use in Moser projects",
"scripts": {
"build": "npm run build --workspaces",
"stub": "npm run stub --workspaces",
"lint": "npm run lint --workspaces",
"publint": "npm run publint --workspaces",
"test": "run-s build lint publint",
"semantic-release": "multi-semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/moser-inc/eslint-config.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/moser-inc/eslint-config/issues"
},
"homepage": "https://github.com/moser-inc/eslint-config#readme",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@qiwi/multi-semantic-release": "^7.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/node": "~22.10.10",
"@typescript-eslint/parser": "^8.22.0",
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "^9.19.0",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"semantic-release": "^24.2.1",
"standard-version": "^9.5.0",
"typescript": "^5.7.3"
},
"overrides": {
"conventional-changelog-conventionalcommits": "6.1.0"
}
}