mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
6826f15efb
* chore(deps): bump zod from 3.20.2 to 3.22.3 Bumps [zod](https://github.com/colinhacks/zod) from 3.20.2 to 3.22.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.20.2...v3.22.3) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): align zod versions --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gao Sun <gao@silverhand.io>
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "@logto/phrases",
|
|
"version": "1.5.0",
|
|
"description": "Logto shared phrases (i18n).",
|
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
|
"homepage": "https://github.com/logto-io/logto#readme",
|
|
"license": "MPL-2.0",
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/logto-io/logto.git"
|
|
},
|
|
"scripts": {
|
|
"precommit": "lint-staged",
|
|
"build": "rm -rf lib/ && tsc",
|
|
"build:test": "pnpm build",
|
|
"dev": "tsc --watch --preserveWatchOutput --incremental",
|
|
"lint": "eslint --ext .ts src",
|
|
"lint:report": "pnpm lint --format json --output-file report.json",
|
|
"prepack": "pnpm build"
|
|
},
|
|
"engines": {
|
|
"node": "^18.12.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/logto-io/logto/issues"
|
|
},
|
|
"dependencies": {
|
|
"@logto/language-kit": "workspace:^1.0.0",
|
|
"@silverhand/essentials": "^2.8.4"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^3.22.3"
|
|
},
|
|
"devDependencies": {
|
|
"@silverhand/eslint-config": "4.0.1",
|
|
"@silverhand/ts-config": "4.0.0",
|
|
"eslint": "^8.44.0",
|
|
"lint-staged": "^14.0.0",
|
|
"prettier": "^3.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@silverhand",
|
|
"rules": {
|
|
"no-template-curly-in-string": "off"
|
|
}
|
|
},
|
|
"prettier": "@silverhand/eslint-config/.prettierrc"
|
|
}
|