2022-06-27 11:55:28 +08:00
|
|
|
{
|
2023-09-15 10:29:41 +08:00
|
|
|
"name": "@logto/phrases-experience",
|
2024-09-13 18:06:50 +08:00
|
|
|
"version": "1.8.0",
|
2023-09-15 10:29:41 +08:00
|
|
|
"description": "Logto shared phrases (i18n) for experience.",
|
2022-06-27 11:55:28 +08:00
|
|
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
|
|
|
"homepage": "https://github.com/logto-io/logto#readme",
|
|
|
|
"license": "MPL-2.0",
|
2022-11-21 11:24:02 +08:00
|
|
|
"type": "module",
|
2022-06-27 11:55:28 +08:00
|
|
|
"main": "lib/index.js",
|
2022-10-19 15:10:50 +08:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2022-06-27 11:55:28 +08:00
|
|
|
"directories": {
|
|
|
|
"lib": "lib"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/logto-io/logto.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"precommit": "lint-staged",
|
|
|
|
"build": "rm -rf lib/ && tsc",
|
2022-12-12 21:52:17 +08:00
|
|
|
"build:test": "pnpm build",
|
2022-08-22 14:58:39 +08:00
|
|
|
"dev": "tsc --watch --preserveWatchOutput --incremental",
|
2022-06-27 11:55:28 +08:00
|
|
|
"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": {
|
2024-04-10 21:27:24 +08:00
|
|
|
"@logto/core-kit": "workspace:^2.4.0",
|
2024-02-08 13:18:42 +08:00
|
|
|
"@logto/language-kit": "workspace:^1.1.0",
|
2024-05-17 16:02:05 +08:00
|
|
|
"@silverhand/essentials": "^2.9.1"
|
2023-06-19 10:21:13 +08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-07-12 20:56:01 +08:00
|
|
|
"zod": "^3.23.8"
|
2022-06-27 11:55:28 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-18 12:26:37 +00:00
|
|
|
"@silverhand/eslint-config": "6.0.1",
|
|
|
|
"@silverhand/ts-config": "6.0.0",
|
|
|
|
"eslint": "^8.56.0",
|
2023-10-26 09:55:47 +08:00
|
|
|
"lint-staged": "^15.0.0",
|
2023-07-08 01:17:21 +08:00
|
|
|
"prettier": "^3.0.0",
|
2024-07-20 22:04:56 +08:00
|
|
|
"typescript": "^5.5.3"
|
2022-06-27 11:55:28 +08:00
|
|
|
},
|
2022-11-06 00:29:28 +08:00
|
|
|
"engines": {
|
2023-12-11 09:10:53 +08:00
|
|
|
"node": "^20.9.0"
|
2022-11-06 00:29:28 +08:00
|
|
|
},
|
2022-06-27 11:55:28 +08:00
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "@silverhand"
|
|
|
|
},
|
|
|
|
"prettier": "@silverhand/eslint-config/.prettierrc"
|
|
|
|
}
|