{ "name": "@logto/phrases", "version": "1.0.0-beta.10", "description": "Logto shared phrases (l10n).", "author": "Silverhand Inc. ", "homepage": "https://github.com/logto-io/logto#readme", "license": "MPL-2.0", "main": "lib/index.js", "private": true, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/logto-io/logto.git" }, "scripts": { "precommit": "lint-staged", "build": "rm -rf lib/ && tsc", "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": "^16.0.0" }, "bugs": { "url": "https://github.com/logto-io/logto/issues" }, "dependencies": { "@logto/core-kit": "1.0.0-beta.18", "@logto/language-kit": "1.0.0-beta.15", "@silverhand/essentials": "^1.3.0", "zod": "^3.18.0" }, "devDependencies": { "@silverhand/eslint-config": "1.0.0", "@silverhand/ts-config": "1.0.0", "eslint": "^8.21.0", "lint-staged": "^13.0.0", "prettier": "^2.7.1", "typescript": "^4.7.4" }, "eslintConfig": { "extends": "@silverhand" }, "prettier": "@silverhand/eslint-config/.prettierrc" }