-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 813 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 813 Bytes
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
{
"name": "root",
"private": true,
"version": "5.0.3",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@types/jest": "28.1.8",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"eslint": "^8.22.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"turbo": "^1.4.3",
"jest": "^29.0.0",
"release-it": "^15.4.0",
"typescript": "^4.7.4",
"@release-it/conventional-changelog": "^5.1.0",
"@release-it/bumper": "^4.0.0",
"prettier": "^2.7.1",
"ts-jest": "^28.0.8"
},
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"release": "release-it --no-requireCleanWorkingDir",
"release-dry": "release-it --no-requireCleanWorkingDir --dry-run"
}
}