-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
72 lines (72 loc) · 2.57 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "workspace-root",
"private": true,
"scripts": {
"build": "turbo run build",
"check": "turbo check",
"check-mrl": "mrl check --verbose",
"ci:publish": "./scripts/ci-publish.sh",
"ci:publishSnapshot": "pnpm run prePublish && pnpm exec changeset version --snapshot && pnpm exec changeset publish --no-git-tag --snapshot --tag=next",
"cspell:all": "cspell . --quiet",
"lint": "turbo run lint",
"postVersionCmd": "turbo run postVersioning && turbo codegen",
"prePublish": "turbo build && turbo lint",
"prepare": "husky install",
"test": "FORCE_COLOR=1 turbo run test",
"test:watch": "FORCE_COLOR=1 turbo run test:watch",
"typecheckAll": "tsc --build packages/* examples-extra/basic/*"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.24.9",
"@babel/preset-typescript": "^7.24.7",
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.10",
"@monorepolint/cli": "0.5.0-beta.10",
"@monorepolint/config": "0.5.0-beta.10",
"@monorepolint/core": "0.5.0-beta.10",
"@monorepolint/rules": "0.5.0-beta.10",
"@osdk/monorepo.cspell": "workspace:~",
"@osdk/monorepo.tool.attw": "workspace:~",
"@osdk/monorepo.tool.transpile": "workspace:~",
"@osdk/monorepo.tool.typecheck": "workspace:~",
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
"@types/lint-staged": "^13.3.0",
"@typescript-eslint/parser": "^8.11.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"cspell": "^8.12.1",
"dprint": "^0.47.2",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "^9.7.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-unused-imports": "^4.0.1",
"find-up": "^7.0.0",
"find-up-cli": "^6.0.0",
"globals": "^15.8.0",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"micromatch": "^4.0.8",
"tsc-absolute": "^1.0.1",
"tsup": "^8.2.3",
"turbo": "^2.0.9",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"vitest": "^2.1.2"
},
"pnpm": {
"overrides": {
"[email protected]": "0.0.3"
}
},
"engines": {
"node": ">=18.19.0",
"pnpm": "=9.5.0"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}