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
silverhand-bot 460ea89dd6
release: version packages (#6850)
* release: version packages

* chore: update new connectors version number

---------

Co-authored-by: Darcy Ye <darcyye@silverhand.io>
2025-01-02 12:11:10 +08:00

20 lines
372 B
JSON

{
"name": "@logto/create",
"version": "1.23.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.23.0"
}
}