-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.15 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.15 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
{
"name": "eslint-config",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/moser-inc/eslint-config.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build --workspaces",
"lint": "npm run lint --workspaces",
"lint:fix": "npm run lint:fix --workspaces",
"semantic-release": "multi-semantic-release",
"test": "npm run build && npm run lint && npm run type-check && npm run test:publish",
"test:attw": "npm run test:attw --workspaces",
"test:publint": "npm run test:publint --workspaces",
"test:publish": "npm run test:publish --workspaces",
"type-check": "npm run type-check --workspaces"
},
"devDependencies": {
"@anolilab/multi-semantic-release": "^4.1.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.6",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.0",
"conventional-changelog-conventionalcommits": "^9.3.0",
"jiti": "^2.6.1",
"semantic-release": "^25.0.3"
}
}