-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.28 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.28 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
36
37
38
39
40
41
42
{
"name": "mqueue-root",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"changeset": "changeset",
"build": "tsdown -W",
"fix": "pnpm run /^fix:.*/",
"fix:eslint": "eslint . --fix",
"fix:prettier": "prettier --write .",
"typecheck": "tsc --noEmit",
"test": "turbo test",
"lint": "pnpm run /^lint:.*/",
"lint:eslint": "eslint .",
"lint:prettier": "prettier --check .",
"lint:publint": "pnpm -r exec publint",
"lint:typecheck": "pnpm run typecheck"
},
"license": "MIT",
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@eslint/js": "^10.0.1",
"@testcontainers/kafka": "^11.14.0",
"@types/node": "^25.6.0",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-unicorn": "^64.0.0",
"globals": "^17.5.0",
"lodash": "^4.18.1",
"prettier": "^3.8.3",
"publint": "^0.3.18",
"testcontainers": "^11.14.0",
"tsdown": "^0.21.9",
"tsx": "^4.21.0",
"turbo": "^2.9.6",
"typescript": "^6.0.3",
"typescript-eslint": "^8.58.2"
}
}