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

20 lines
356 B
JSON
Raw Normal View History

2022-10-10 09:11:08 -05:00
{
"name": "@logto/create",
"version": "1.0.0-beta.10",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"publishConfig": {
"access": "public"
},
2022-10-10 09:11:08 -05:00
"bin": {
"logto-create": "./index.sh"
},
"scripts": {},
"engines": {
"node": "^16.0.0"
},
"dependencies": {
"@logto/cli": "^1.0.0-beta.10"
2022-10-10 09:11:08 -05:00
}
}