|
1 | 1 | { |
2 | | - "name": "@restflow/cli", |
3 | | - "version": "1.1.1", |
4 | | - "type": "module", |
5 | | - "main": "./dist/index.js", |
6 | | - "module": "./dist/index.js", |
7 | | - "types": "./dist/index.d.ts", |
8 | | - "exports": { |
9 | | - "./package.json": "./package.json", |
10 | | - ".": { |
11 | | - "development": "./src/index.ts", |
12 | | - "types": "./dist/index.d.ts", |
13 | | - "import": "./dist/index.js", |
14 | | - "default": "./dist/index.js" |
15 | | - } |
16 | | - }, |
17 | | - "files": [ |
18 | | - "dist", |
19 | | - "!**/*.tsbuildinfo" |
20 | | - ], |
21 | | - "bin": { |
22 | | - "restflow": "./dist/bin/restflow.js" |
23 | | - }, |
24 | | - "dependencies": { |
25 | | - "@clack/prompts": "^0.11.0", |
26 | | - "@restflow/engine": "workspace:*", |
27 | | - "@restflow/environment": "workspace:*", |
28 | | - "@restflow/http": "workspace:*", |
29 | | - "@restflow/parser": "workspace:*", |
30 | | - "@restflow/reporter": "workspace:*", |
31 | | - "@restflow/types": "workspace:*", |
32 | | - "@restflow/utils": "workspace:*", |
33 | | - "commander": "^14.0.0", |
34 | | - "figures": "^6.1.0", |
35 | | - "glob": "^10.3.10", |
36 | | - "picocolors": "^1.1.1", |
37 | | - "strip-ansi": "^7.1.0", |
38 | | - "tslib": "^2.3.0" |
39 | | - } |
| 2 | + "name": "@restflow/cli", |
| 3 | + "version": "1.1.1", |
| 4 | + "type": "module", |
| 5 | + "main": "./dist/index.js", |
| 6 | + "module": "./dist/index.js", |
| 7 | + "types": "./dist/index.d.ts", |
| 8 | + "exports": { |
| 9 | + "./package.json": "./package.json", |
| 10 | + ".": { |
| 11 | + "development": "./src/index.ts", |
| 12 | + "types": "./dist/index.d.ts", |
| 13 | + "import": "./dist/index.js", |
| 14 | + "default": "./dist/index.js" |
| 15 | + } |
| 16 | + }, |
| 17 | + "files": [ |
| 18 | + "dist", |
| 19 | + "!**/*.tsbuildinfo" |
| 20 | + ], |
| 21 | + "bin": { |
| 22 | + "restflow": "./dist/bin/restflow.js" |
| 23 | + }, |
| 24 | + "dependencies": { |
| 25 | + "@clack/prompts": "^0.11.0", |
| 26 | + "@restflow/engine": "workspace:*", |
| 27 | + "@restflow/environment": "workspace:*", |
| 28 | + "@restflow/http": "workspace:*", |
| 29 | + "@restflow/parser": "workspace:*", |
| 30 | + "@restflow/reporter": "workspace:*", |
| 31 | + "@restflow/types": "workspace:*", |
| 32 | + "@restflow/utils": "workspace:*", |
| 33 | + "commander": "^14.0.0", |
| 34 | + "figures": "^6.1.0", |
| 35 | + "glob": "^10.3.10", |
| 36 | + "picocolors": "^1.1.1", |
| 37 | + "strip-ansi": "^7.1.0", |
| 38 | + "tslib": "^2.3.0" |
| 39 | + } |
40 | 40 | } |
0 commit comments