-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 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
43
{
"name": "s3-smart-sync",
"version": "0.0.0",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint .",
"dev": "pnpm -r dev",
"typecheck": "tsc",
"build": "pnpm --parallel -r build",
"playground": "node --experimental-transform-types playground.ts",
"test": "pnpm build && vitest"
},
"pnpm": {
"overrides": {
"winreg": "1.2.5"
},
"onlyBuiltDependencies": [
"esbuild",
"node-tray",
"winax"
]
},
"devDependencies": {
"@eslint/compat": "^1.4.0",
"@eslint/js": "^9.36.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.19.17",
"concurrently": "^9.2.1",
"eslint": "^9.36.0",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.4",
"execa": "^9.6.0",
"globals": "^15.15.0",
"prettier": "^3.6.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.1",
"vite": "^6.3.6",
"vitest": "^3.2.4"
},
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
}