mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
23 lines
592 B
JSON
23 lines
592 B
JSON
{
|
|
"name": "@hexclave/js-example",
|
|
"version": "1.0.3",
|
|
"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": {
|
|
"@hexclave/js": "workspace:*",
|
|
"dotenv-cli": "^7.4.1",
|
|
"typescript": "5.9.3",
|
|
"vite": "^6.1.0"
|
|
},
|
|
"packageManager": "pnpm@11.5.0"
|
|
}
|