{ "name": "@logto/phrases", "version": "0.1.0", "description": "Logto shared phrases (l10n).", "author": "Gao Sun ", "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": { "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" }, "bugs": { "url": "https://github.com/logto-io/logto/issues" }, "dependencies": { "@silverhand/essentials": "^1.1.4" }, "devDependencies": { "@silverhand/eslint-config": "^0.10.2", "@silverhand/ts-config": "^0.10.2", "eslint": "^8.10.0", "lint-staged": "^11.1.1", "prettier": "^2.3.2", "typescript": "^4.6.2" }, "eslintConfig": { "extends": "@silverhand" }, "prettier": "@silverhand/eslint-config/.prettierrc" }