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

21 lines
366 B
JSON
Raw Normal View History

2022-10-10 09:11:08 -05:00
{
"name": "@logto/create",
2023-03-22 01:58:19 -05:00
"version": "1.0.2",
2022-10-10 09:11:08 -05:00
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
2022-11-20 22:32:32 -05:00
"type": "module",
"publishConfig": {
"access": "public"
},
2022-10-10 09:11:08 -05:00
"bin": {
"logto-create": "./index.sh"
},
"scripts": {},
"engines": {
2023-01-07 07:42:10 -05:00
"node": "^18.12.0"
2022-10-10 09:11:08 -05:00
},
"dependencies": {
"@logto/cli": "workspace:^"
2022-10-10 09:11:08 -05:00
}
}