stack/examples/js-example/package.json
Bilal Godil d4f6f58735 feat(hexclave): PR 2 — visible rebrand to Hexclave
Rebased onto dev after PR 1475 (cl/hexclave-pr1) was squash-merged.
Squashes the original 46-commit branch (including PR1-duplicate commits
that arrived via cherry-picks/merges) into a single commit containing
only PR2's net delta over dev.

Original PR 1481 head: 94872de407873a1cabd4085deb21b69afe8d7699
(kept locally at backup/cl-romantic-mendel-5a2c25-pre-rebase)
2026-05-23 17:35:08 -07:00

23 lines
599 B
JSON

{
"name": "@stackframe/js-example",
"version": "2.8.103",
"repository": "https://github.com/hexclave/hexclave",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"dev": "dotenv -e .env.development -e .env.local -- vite --port ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}19 --force",
"clean": "rimraf dist && rimraf node_modules"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@stackframe/js": "workspace:*",
"dotenv-cli": "^7.4.1",
"typescript": "5.9.3",
"vite": "^6.1.0"
},
"packageManager": "pnpm@10.23.0"
}