@base44-preview/cli 0.0.41-pr.382.359de3c → 0.0.41-pr.382.5f81bb2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,88 +1,89 @@
1
1
  {
2
- "name": "@base44-preview/cli",
3
- "version": "0.0.41-pr.382.359de3c",
4
- "description": "Base44 CLI - Unified interface for managing Base44 applications",
5
- "type": "module",
6
- "bin": {
7
- "base44": "./bin/run.js"
8
- },
9
- "files": [
10
- "dist/cli",
11
- "dist/assets",
12
- "bin"
13
- ],
14
- "scripts": {
15
- "build": "bun run clean && mkdir -p dist/assets && cp -r templates dist/assets/ && bun run infra/build.ts",
16
- "build:watch": "bun run clean && mkdir -p dist/assets && cp -r templates dist/assets/ && bun run infra/build.ts --watch",
17
- "typecheck": "tsc --noEmit",
18
- "dev": "./bin/dev.ts",
19
- "start": "./bin/run.js",
20
- "clean": "rm -rf dist && mkdir -p dist",
21
- "lint": "biome check src tests",
22
- "lint:fix": "biome check --write src tests",
23
- "test": "vitest run",
24
- "test:watch": "vitest",
25
- "build:binaries": "bun run infra/build-binaries.ts",
26
- "package:binaries": "bun run infra/package-binaries.ts"
27
- },
28
- "keywords": [
29
- "base44",
30
- "cli",
31
- "command-line"
32
- ],
33
- "author": "",
34
- "license": "MIT",
35
- "repository": {
36
- "type": "git",
37
- "url": "https://github.com/base44/cli"
38
- },
39
- "devDependencies": {
40
- "@biomejs/biome": "^2.0.0",
41
- "@clack/prompts": "^1.0.1",
42
- "@seald-io/nedb": "^4.1.2",
43
- "@types/bun": "^1.2.15",
44
- "@types/common-tags": "^1.8.4",
45
- "@types/cors": "^2.8.19",
46
- "@types/deno": "^2.5.0",
47
- "@types/ejs": "^3.1.5",
48
- "@types/express": "^5.0.6",
49
- "@types/json-schema": "^7.0.15",
50
- "@types/lodash": "^4.17.24",
51
- "@types/multer": "^2.0.0",
52
- "@types/node": "^22.10.5",
53
- "@vercel/detect-agent": "^1.1.0",
54
- "chalk": "^5.6.2",
55
- "chokidar": "^5.0.0",
56
- "commander": "^12.1.0",
57
- "common-tags": "^1.8.2",
58
- "cors": "^2.8.5",
59
- "dotenv": "17.3.1",
60
- "ejs": "^3.1.10",
61
- "execa": "^9.6.1",
62
- "express": "^5.0.1",
63
- "front-matter": "^4.0.2",
64
- "get-port": "^7.1.0",
65
- "globby": "^16.1.0",
66
- "http-proxy-middleware": "^3.0.5",
67
- "json-schema-to-typescript": "^15.0.4",
68
- "json5": "^2.2.3",
69
- "ky": "^1.14.2",
70
- "lodash": "^4.17.23",
71
- "msw": "^2.12.10",
72
- "multer": "^2.0.0",
73
- "nanoid": "^5.1.6",
74
- "open": "^11.0.0",
75
- "p-wait-for": "^6.0.0",
76
- "posthog-node": "5.21.2",
77
- "socket.io": "^4.8.3",
78
- "strip-ansi": "^7.1.2",
79
- "tar": "^7.5.4",
80
- "tmp-promise": "^3.0.3",
81
- "typescript": "^5.7.2",
82
- "vitest": "^4.0.16",
83
- "zod": "^4.3.5"
84
- },
85
- "engines": {
86
- "node": ">=20.19.0"
87
- }
2
+ "name": "@base44-preview/cli",
3
+ "version": "0.0.41-pr.382.5f81bb2",
4
+ "description": "Base44 CLI - Unified interface for managing Base44 applications",
5
+ "type": "module",
6
+ "bin": {
7
+ "base44": "./bin/run.js"
8
+ },
9
+ "files": [
10
+ "dist/cli",
11
+ "dist/assets",
12
+ "bin"
13
+ ],
14
+ "scripts": {
15
+ "build": "bun run clean && mkdir -p dist/assets && cp -r templates dist/assets/ && bun run infra/build.ts",
16
+ "build:watch": "bun run clean && mkdir -p dist/assets && cp -r templates dist/assets/ && bun run infra/build.ts --watch",
17
+ "typecheck": "tsc --noEmit",
18
+ "dev": "./bin/dev.ts",
19
+ "start": "./bin/run.js",
20
+ "clean": "rm -rf dist && mkdir -p dist",
21
+ "test": "vitest run",
22
+ "test:npm": "CLI_TEST_RUNNER=npm vitest run",
23
+ "test:binary": "CLI_TEST_RUNNER=binary vitest run",
24
+ "test:watch": "vitest",
25
+ "lint": "cd ../.. && bun run lint",
26
+ "lint:fix": "cd ../.. && bun run lint:fix",
27
+ "build:binaries": "bun run infra/build-binaries.ts",
28
+ "package:binaries": "bun run infra/package-binaries.ts"
29
+ },
30
+ "keywords": [
31
+ "base44",
32
+ "cli",
33
+ "command-line"
34
+ ],
35
+ "author": "",
36
+ "license": "MIT",
37
+ "repository": {
38
+ "type": "git",
39
+ "url": "https://github.com/base44/cli"
40
+ },
41
+ "devDependencies": {
42
+ "@clack/prompts": "^1.0.1",
43
+ "@seald-io/nedb": "^4.1.2",
44
+ "@types/bun": "^1.2.15",
45
+ "@types/common-tags": "^1.8.4",
46
+ "@types/cors": "^2.8.19",
47
+ "@types/deno": "^2.5.0",
48
+ "@types/ejs": "^3.1.5",
49
+ "@types/express": "^5.0.6",
50
+ "@types/json-schema": "^7.0.15",
51
+ "@types/lodash": "^4.17.24",
52
+ "@types/multer": "^2.0.0",
53
+ "@types/node": "^22.10.5",
54
+ "@vercel/detect-agent": "^1.1.0",
55
+ "chalk": "^5.6.2",
56
+ "chokidar": "^5.0.0",
57
+ "commander": "^12.1.0",
58
+ "common-tags": "^1.8.2",
59
+ "cors": "^2.8.5",
60
+ "dotenv": "17.3.1",
61
+ "ejs": "^3.1.10",
62
+ "execa": "^9.6.1",
63
+ "express": "^5.0.1",
64
+ "front-matter": "^4.0.2",
65
+ "get-port": "^7.1.0",
66
+ "globby": "^16.1.0",
67
+ "http-proxy-middleware": "^3.0.5",
68
+ "json-schema-to-typescript": "^15.0.4",
69
+ "json5": "^2.2.3",
70
+ "ky": "^1.14.2",
71
+ "lodash": "^4.17.23",
72
+ "multer": "^2.0.0",
73
+ "nanoid": "^5.1.6",
74
+ "open": "^11.0.0",
75
+ "p-wait-for": "^6.0.0",
76
+ "posthog-node": "5.21.2",
77
+ "socket.io": "^4.8.3",
78
+ "strip-ansi": "^7.1.2",
79
+ "tar": "^7.5.4",
80
+ "tmp-promise": "^3.0.3",
81
+ "typescript": "^5.7.2",
82
+ "vitest": "^4.0.16",
83
+ "yaml": "^2.8.2",
84
+ "zod": "^4.3.5"
85
+ },
86
+ "engines": {
87
+ "node": ">=20.19.0"
88
+ }
88
89
  }