0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-13 21:30:30 -05:00
logto/packages/create/package.json

21 lines
371 B
JSON
Raw Normal View History

2022-10-10 22:11:08 +08:00
{
"name": "@logto/create",
2023-02-03 17:45:53 +08:00
"version": "1.0.0-rc.1",
2022-10-10 22:11:08 +08:00
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
2022-11-21 11:32:32 +08:00
"type": "module",
"publishConfig": {
"access": "public"
},
2022-10-10 22:11:08 +08:00
"bin": {
"logto-create": "./index.sh"
},
"scripts": {},
"engines": {
2023-01-07 20:42:10 +08:00
"node": "^18.12.0"
2022-10-10 22:11:08 +08:00
},
"dependencies": {
"@logto/cli": "workspace:*"
2022-10-10 22:11:08 +08:00
}
}