-
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) · 792 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 792 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
{
"name": "clawsync",
"version": "0.1.8",
"main": "dist/cli.js",
"bin": {
"clawsync": "dist/cli.js"
},
"scripts": {
"test": "npm run test:e2e",
"build": "tsc -p tsconfig.json",
"start": "node dist/cli.js",
"dev": "tsx src/cli.ts",
"test:e2e": "npm run build && node --test tests/e2e/**/*.test.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.1006.0",
"commander": "^14.0.3",
"fs-extra": "^11.3.4",
"json5": "^2.2.3",
"simple-git": "^3.33.0",
"tar": "^7.5.11"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^25.4.0",
"s3rver": "^3.7.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}