-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
85 lines (85 loc) · 2.39 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@capgo/cli",
"version": "4.26.5",
"description": "A CLI to upload to capgo servers",
"author": "github.com/riderx",
"license": "Apache 2.0",
"homepage": "https://github.com/Cap-go/CLIl#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Cap-go/CLI.git"
},
"bugs": {
"url": "https://github.com/Cap-go/CLI/issues"
},
"keywords": [
"appflow alternative",
"ionic",
"capacitor",
"auto update",
"live update",
"capgo",
"cli",
"upload",
"capgo-cli"
],
"main": "dist/index.js",
"bin": {
"capgo": "dist/index.js"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=20.0.0"
},
"scripts": {
"build": "tsc && node build.mjs",
"dev": "NODE_ENV=development ncc build",
"no-debug": "node dist/index.js",
"test": "npx --yes ts-node -T src/index.ts",
"dev-build": "SUPA_DB=development ncc build",
"pack": "pkg",
"types": "npx --yes supabase gen types typescript --project-id=xvwzpoazmxkqosrdewyv > src/types/supabase.types.ts",
"test_rls": "ts-node ./test/test_headers_rls.ts",
"lint": "eslint \"src/**/*.ts\" --fix",
"check-posix-paths": "node test/check-posix-paths.js"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@bradenmacdonald/s3-lite-client": "npm:@jsr/bradenmacdonald__s3-lite-client",
"@capacitor/cli": "^6.2.0",
"@capgo/find-package-manager": "^0.0.17",
"@clack/prompts": "^0.8.1",
"@sauber/table": "npm:@jsr/sauber__table",
"@std/semver": "npm:@jsr/std__semver",
"@supabase/supabase-js": "^2.46.0",
"@tomasklaen/checksum": "^1.1.0",
"@types/adm-zip": "^0.5.6",
"@types/node": "^22.8.4",
"@types/prettyjson": "^0.0.33",
"@types/semver": "7.5.8",
"@types/tmp": "^0.2.6",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vercel/ncc": "^0.38.3",
"adm-zip": "^0.5.16",
"ci-info": "^4.1.0",
"commander": "12.1.0",
"esbuild": "^0.24.0",
"eslint": "9.16.0",
"git-format-staged": "3.1.1",
"husky": "^9.1.7",
"is-wsl": "^3.1.0",
"ky": "^1.7.2",
"latest-version": "^9.0.0",
"open": "^10.1.0",
"pkg": "5.8.1",
"prettyjson": "^1.2.5",
"semver": "^7.6.3",
"tmp": "^0.2.3",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "4.2.0",
"tus-js-client": "^4.2.3",
"typescript": "5.7.2"
}
}