-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.04 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.04 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
35
{
"name": "mqueue-root",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"changeset": "changeset",
"build": "turbo build",
"fix": "pnpm run /^fix:.*/",
"fix:prettier": "prettier --write .",
"typecheck": "turbo typecheck",
"test": "turbo test",
"lint": "pnpm run /^lint:.*/",
"lint:eslint": "eslint .",
"lint:prettier": "prettier --check .",
"lint:publint": "turbo lint:publint",
"lint:typecheck": "npm run typecheck"
},
"license": "MIT",
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"devDependencies": {
"@changesets/cli": "^2.29.7",
"@eslint/js": "^9.37.0",
"@types/node": "^24.6.2",
"eslint": "^9.37.0",
"globals": "^16.4.0",
"prettier": "^3.6.2",
"publint": "^0.3.13",
"tsx": "^4.20.6",
"turbo": "^2.5.8",
"typescript": "^5.9.3",
"typescript-eslint": "^8.44.1",
"@changesets/changelog-github": "^0.5.1"
}
}