mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
4eb2d14762
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "@logto/cloud",
|
|
"version": "0.1.1-rc.0",
|
|
"description": "Logto Cloud service.",
|
|
"main": "build/index.js",
|
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
|
"license": "Elastic-2.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"imports": {
|
|
"#src/*": "./build/*"
|
|
},
|
|
"scripts": {
|
|
"precommit": "lint-staged",
|
|
"build": "rm -rf build/ && tsc -p tsconfig.build.json",
|
|
"lint": "eslint --ext .ts src",
|
|
"lint:report": "pnpm lint --format json --output-file report.json",
|
|
"dev": "rm -rf build/ && nodemon",
|
|
"start": "NODE_ENV=production node ."
|
|
},
|
|
"dependencies": {
|
|
"@logto/cli": "workspace:*",
|
|
"@logto/core-kit": "workspace:*",
|
|
"@logto/schemas": "workspace:*",
|
|
"@logto/shared": "workspace:*",
|
|
"@silverhand/essentials": "2.4.0",
|
|
"@withtyped/postgres": "^0.8.1",
|
|
"@withtyped/server": "^0.8.0",
|
|
"chalk": "^5.0.0",
|
|
"decamelize": "^6.0.0",
|
|
"dotenv": "^16.0.0",
|
|
"fetch-retry": "^5.0.4",
|
|
"find-up": "^6.3.0",
|
|
"http-proxy": "^1.18.1",
|
|
"jose": "^4.11.0",
|
|
"mime-types": "^2.1.35",
|
|
"zod": "^3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
"@silverhand/eslint-config": "2.0.1",
|
|
"@silverhand/ts-config": "2.0.3",
|
|
"@types/http-proxy": "^1.17.9",
|
|
"@types/mime-types": "^2.1.1",
|
|
"@types/node": "^18.11.18",
|
|
"eslint": "^8.21.0",
|
|
"lint-staged": "^13.0.0",
|
|
"nodemon": "^2.0.19",
|
|
"prettier": "^2.8.1",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"engines": {
|
|
"node": "^18.12.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@silverhand"
|
|
},
|
|
"prettier": "@silverhand/eslint-config/.prettierrc"
|
|
}
|