-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.17 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
{
"scripts": {
"devv": "IS_DEVELOPMENT_CLI_ENV=true deno run --allow-all src/index.ts",
"release": "deno run --allow-all src/scripts/release.ts",
"prod": "deno run --allow-all src/index.ts",
"schema": "npx openapi-typescript https://api.sfcompute.com/docs/json -o src/schema.ts"
},
"dependencies": {
"@inquirer/prompts": "^5.1.2",
"@types/ms": "^0.7.34",
"axios": "^1.7.2",
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"chrono-node": "^2.7.6",
"cli-table3": "^0.6.5",
"commander": "^12.1.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"ink": "^5.0.1",
"ink-confirm-input": "^2.0.0",
"ink-spinner": "^5.0.0",
"ink-text-input": "^6.0.0",
"inquirer": "^10.1.2",
"ms": "^2.1.3",
"node-fetch": "^3.3.2",
"openapi-fetch": "^0.11.1",
"ora": "^8.1.0",
"parse-duration": "^1.1.0",
"react": "^18.3.1",
"semver": "^7.6.3",
"tiny-invariant": "^1.3.3",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"yaml": "^2.6.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/semver": "^7.5.8"
},
"peerDependencies": {
"typescript": "^5.6.2"
},
"version": "0.1.10"
}