-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "s3-smart-sync",
"version": "1.0.4",
"license": "MIT",
"private": true,
"scripts": {
"lint": "eslint .",
"dev": "pnpm -r dev",
"typecheck": "tsc",
"build": "pnpm --parallel -r build",
"playground": "tsx playground.mts",
"test": "pnpm build && vitest"
},
"pnpm": {
"overrides": {
"winreg": "1.2.5"
},
"onlyBuiltDependencies": [
"esbuild",
"node-tray",
"winax"
]
},
"devDependencies": {
"@eslint/compat": "^1.2.7",
"@eslint/js": "^9.21.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.17.19",
"concurrently": "^9.1.2",
"eslint": "^9.21.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.3",
"execa": "^9.5.2",
"globals": "^15.15.0",
"prettier": "^3.5.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1",
"vite": "^6.1.1",
"vitest": "^3.0.6"
},
"packageManager": "[email protected]+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3"
}