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
2024-11-22 17:04:11 +08:00

20 lines
372 B
JSON

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