forked from paularmstrong/onerepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 910 Bytes
/
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
{
"name": "@onerepo/root",
"packageManager": "yarn@3.3.1",
"private": true,
"type": "module",
"bin": {
"one": "./bin/one.js"
},
"workspaces": [
"docs",
"internal/*",
"modules/*",
"plugins/*"
],
"devDependencies": {
"@internal/eslint-plugin": "workspace:^",
"@internal/prettier-config": "workspace:^",
"@internal/test-config": "workspace:^",
"@internal/tsconfig": "workspace:^",
"@onerepo/plugin-changesets": "workspace:^",
"@onerepo/plugin-eslint": "workspace:^",
"@onerepo/plugin-jest": "workspace:^",
"@onerepo/plugin-prettier": "workspace:^",
"@onerepo/plugin-typescript": "workspace:^",
"@types/eslint": "^8.37.0",
"esbuild": "^0.17.0",
"esbuild-jest": "^0.5.0",
"esbuild-register": "^3.4.0",
"eslint": "^8.38.0",
"glob": "^10.1.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"onerepo": "workspace:^",
"prettier": "^2.8.4",
"typescript": "^5.0.4"
}
}