-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 785 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 785 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
31
32
33
34
35
36
{
"name": "pii-mask",
"private": true,
"type": "module",
"scripts": {
"build": "turbo build",
"test": "turbo test",
"typecheck": "turbo typecheck",
"lint": "turbo lint",
"dev": "turbo dev"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@eslint/js": "^10.0.1",
"@types/node": "^25.5.0",
"@vitest/coverage-v8": "^4.1.2",
"eslint": "^10.1.0",
"eslint-plugin-react-hooks": "^7.0.1",
"prettier": "^3.8.1",
"tsup": "^8.5.1",
"turbo": "^2.9.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.0",
"vitest": "^4.1.2"
},
"packageManager": "pnpm@9.15.4",
"engines": {
"node": ">=22"
},
"pnpm": {
"overrides": {
"picomatch": "^4.0.2",
"path-to-regexp": "^8.4.0"
}
}
}