Update setup wizard package.json

This commit is contained in:
Stan Wohlwend 2024-04-20 19:51:37 +02:00
parent ae21d9d23c
commit c33d9d7b2a

View File

@ -2,7 +2,8 @@
"name": "@stackframe/init-stack",
"version": "1.0.0",
"description": "The setup wizard for Stack. https://stack-auth.com",
"main": "index.js",
"main": "index.mjs",
"bin": "./index.mjs",
"scripts": {
"init-stack": "node index.mjs"
},