mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
# Conflicts: # apps/backend/package.json # apps/dashboard/package.json # apps/dev-launchpad/package.json # apps/e2e/package.json # apps/mcp/package.json # apps/mock-oauth-server/package.json # apps/skills/package.json # docs-mintlify/index.mdx # examples/cjs-test/package.json # examples/convex/package.json # examples/demo/package.json # examples/docs-examples/package.json # examples/e-commerce/package.json # examples/js-example/package.json # examples/lovable-react-18-example/package.json # examples/middleware/package.json # examples/react-example/package.json # examples/supabase/package.json # examples/tanstack-start-demo/package.json # packages/dashboard-ui-components/package.json # packages/init-stack/package.json # packages/js/package.json # packages/react/package.json # packages/stack-cli/package.json # packages/stack-sc/package.json # packages/stack-shared/package.json # packages/stack-ui/package.json # packages/stack/package.json # packages/tanstack-start/package.json # packages/template/package-template.json # packages/template/package.json # skills/stack-auth/SKILL.md
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@stackframe/stack-cli",
|
|
"version": "2.8.105",
|
|
"repository": "https://github.com/hexclave/hexclave",
|
|
"description": "The CLI for Hexclave. https://hexclave.com",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"bin": {
|
|
"stack": "./dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf node_modules && rimraf dist",
|
|
"build": "tsdown && node scripts/copy-runtime-assets.mjs",
|
|
"dev": "tsdown --watch",
|
|
"lint": "eslint --ext .tsx,.ts .",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"CHANGELOG.md",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://hexclave.com",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@anthropic-ai/claude-agent-sdk": "^0.2.73",
|
|
"@inquirer/prompts": "^7.0.0",
|
|
"@sentry/node": "^10.42.0",
|
|
"@stackframe/js": "workspace:*",
|
|
"@stackframe/stack-shared": "workspace:*",
|
|
"commander": "^13.1.0",
|
|
"extract-zip": "^2.0.1",
|
|
"jiti": "^2.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.17.6",
|
|
"rimraf": "^6.0.1",
|
|
"tsdown": "^0.20.3",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.23.0"
|
|
}
|