0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
logto/packages/create/package.json
2023-11-14 19:57:42 +08:00

20 lines
373 B
JSON

{
"name": "@logto/create",
"version": "1.11.0",
"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:^1.11.0"
}
}