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-01-07 20:42:10 +08:00

20 lines
374 B
JSON

{
"name": "@logto/create",
"version": "1.0.0-beta.19",
"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:*"
}
}