mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Resolve conflict in packages/template/package.json: kept the @hexclave/template name from this branch and adopted dev's updated auto-generated comment wording (matches the regenerated COMMENT_LINE in scripts/utils.ts and sibling packages). Also retained dev's 'src' entry in the files array. Adjusted the SDK reminder note dev added to reminders.ts to reference src/lib/hexclave-app (renamed on this branch) instead of src/lib/stack-app.
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@hexclave/cli",
|
|
"version": "1.0.4",
|
|
"repository": "https://github.com/hexclave/hexclave",
|
|
"description": "The CLI for Hexclave. https://hexclave.com",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"bin": {
|
|
"hexclave": "./dist/index.js",
|
|
"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",
|
|
"src",
|
|
"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",
|
|
"@hexclave/js": "workspace:*",
|
|
"@hexclave/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@11.5.0"
|
|
}
|