mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
22 lines
436 B
JSON
22 lines
436 B
JSON
{
|
|
"name": "@stackframe/init-stack",
|
|
"version": "1.0.4",
|
|
"description": "The setup wizard for Stack. https://stack-auth.com",
|
|
"main": "index.mjs",
|
|
"bin": "./index.mjs",
|
|
"scripts": {
|
|
"init-stack": "node index.mjs"
|
|
},
|
|
"files": [
|
|
"index.mjs"
|
|
],
|
|
"homepage": "https://stack-auth.com",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inquirer": "^9.2.19",
|
|
"open": "^10.1.0"
|
|
}
|
|
}
|