0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

fix: deps

This commit is contained in:
Gao Sun 2022-04-26 14:20:03 +08:00
parent f5c7faf775
commit 2715383ca2
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
2 changed files with 0 additions and 92 deletions

View file

@ -1,53 +0,0 @@
{
"name": "@logto/cli",
"version": "0.1.0",
"main": "lib/index.js",
"repository": "https://github.com/logto-io/logto",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"files": [
"lib",
"bin"
],
"bin": {
"logto": "bin/run.js"
},
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"precommit": "lint-staged",
"build": "rm -rf lib/ && tsc",
"lint": "eslint --ext .ts src",
"lint:report": "pnpm lint -- --format json --output-file report.json",
"prepack": "pnpm build",
"dev": "ts-node --files src/index.ts"
},
"engines": {
"node": "^16.0.0"
},
"devDependencies": {
"@silverhand/eslint-config": "^0.10.2",
"@silverhand/ts-config": "^0.10.2",
"@types/node": "16",
"eslint": "^8.10.0",
"lint-staged": "^12.0.0",
"prettier": "^2.3.2",
"ts-node": "^10.0.0",
"typescript": "^4.6.3"
},
"eslintConfig": {
"extends": "@silverhand"
},
"prettier": "@silverhand/eslint-config/.prettierrc",
"dependencies": {
"@logto/schemas": "^0.1.0",
"chalk": "^4",
"commander": "^9.1.0",
"decamelize": "^5.0.0",
"dotenv": "^16.0.0",
"roarr": "^7.11.0",
"slonik": "^28.1.0",
"slonik-interceptor-preset": "^1.2.10",
"slonik-sql-tag-raw": "^1.1.4"
}
}

39
pnpm-lock.yaml generated
View file

@ -18,45 +18,6 @@ importers:
lerna: 4.0.0
typescript: 4.6.2
packages/cli:
specifiers:
'@logto/schemas': ^0.1.0
'@silverhand/eslint-config': ^0.10.2
'@silverhand/ts-config': ^0.10.2
'@types/node': '16'
chalk: ^4
commander: ^9.1.0
decamelize: ^5.0.0
dotenv: ^16.0.0
eslint: ^8.10.0
lint-staged: ^12.0.0
prettier: ^2.3.2
roarr: ^7.11.0
slonik: ^28.1.0
slonik-interceptor-preset: ^1.2.10
slonik-sql-tag-raw: ^1.1.4
ts-node: ^10.0.0
typescript: ^4.6.3
dependencies:
'@logto/schemas': link:../schemas
chalk: 4.1.2
commander: 9.1.0
decamelize: 5.0.1
dotenv: 16.0.0
roarr: 7.11.0
slonik: 28.1.0
slonik-interceptor-preset: 1.2.10
slonik-sql-tag-raw: 1.1.4_roarr@7.11.0+slonik@28.1.0
devDependencies:
'@silverhand/eslint-config': 0.10.2_bbe1a6794670f389df81805f22999709
'@silverhand/ts-config': 0.10.2_typescript@4.6.3
'@types/node': 16.11.12
eslint: 8.10.0
lint-staged: 12.4.0
prettier: 2.5.1
ts-node: 10.4.0_e6a8a9b497f380f485f6d23f5cd591ca
typescript: 4.6.3
packages/connector-alipay:
specifiers:
'@jest/types': ^27.5.1