Skip to content

Commit

Permalink
release: v0.0.70-pre.1732232823462
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaque committed Nov 21, 2024
1 parent 9b1ae51 commit e8ae494
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"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/semver": "^7.5.8"
},
"peerDependencies": {
"typescript": "^5.6.2"
},
"version": "0.0.70"
}
"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/semver": "^7.5.8"
},
"peerDependencies": {
"typescript": "^5.6.2"
},
"version": "0.0.70-pre.1732232823462"
}

0 comments on commit e8ae494

Please sign in to comment.