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
372 B
JSON
Raw Normal View History

2022-10-10 09:11:08 -05:00
{
"name": "@logto/create",
2024-05-31 10:48:43 -05:00
"version": "1.17.0",
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": {
"node": "^20.9.0"
2022-10-10 09:11:08 -05:00
},
"dependencies": {
2024-05-31 10:48:43 -05:00
"@logto/cli": "workspace:^1.17.0"
2022-10-10 09:11:08 -05:00
}
}