-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "idrive",
"version": "0.0.2",
"description": "Unofficial iCloud Drive client for Linux",
"scripts": {
"test": "./node_modules/.bin/vitest",
"typecheck-watch": "./node_modules/.bin/tsc -w --noEmit",
"lint": "/home/user/.local/node/bin/npx eslint .",
"bun-compile": "bun build --compile src/cli-drive.ts --outfile bin/idrive"
},
"bin": "bin/idrive",
"author": "",
"license": "ISC",
"keywords": [
"icloud",
"icloud drive",
"icloud-drive",
"icloud api",
"cli",
"fp-ts"
],
"dependencies": {
"fp-ts": "^2.16.9",
"idrive-lib": "^0.1.1",
"micromatch": "^4.0.8",
"yargs": "16.2.0",
"yargs-command-wrapper": "^1.0.7-1"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/eslint__js": "^8.42.3",
"@types/micromatch": "^4.0.9",
"@vitest/coverage-istanbul": "^2.0.5",
"dprint": "^0.18.2",
"eslint": "^9.11.1",
"ts-loader": "^9.5.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"vitest": "^2.1.1"
}
}