0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/create/package.json
2023-02-26 15:03:37 +08:00

20 lines
371 B
JSON

{
"name": "@logto/create",
"version": "1.0.0-rc.3",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"type": "module",
"publishConfig": {
"access": "public"
},
"bin": {
"logto-create": "./index.sh"
},
"scripts": {},
"engines": {
"node": "^18.12.0"
},
"dependencies": {
"@logto/cli": "workspace:*"
}
}