0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/phrases-experience/package.json

60 lines
1.5 KiB
JSON
Raw Normal View History

{
"name": "@logto/phrases-experience",
2024-04-10 08:27:24 -05:00
"version": "1.6.1",
"description": "Logto shared phrases (i18n) for experience.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",
"license": "MPL-2.0",
2022-11-20 22:24:02 -05:00
"type": "module",
"main": "lib/index.js",
2022-10-19 02:10:50 -05:00
"publishConfig": {
"access": "public"
},
"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 08:52:17 -05:00
"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"
},
"bugs": {
"url": "https://github.com/logto-io/logto/issues"
},
"dependencies": {
2024-04-10 08:27:24 -05:00
"@logto/core-kit": "workspace:^2.4.0",
2024-02-08 00:18:42 -05:00
"@logto/language-kit": "workspace:^1.1.0",
"@silverhand/essentials": "^2.9.1"
},
"peerDependencies": {
"zod": "^3.22.4"
},
"devDependencies": {
"@silverhand/eslint-config": "6.0.1",
"@silverhand/ts-config": "6.0.0",
"buffer": "^6.0.0",
"eslint": "^8.56.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"typescript": "^5.3.3"
},
2022-11-05 11:29:28 -05:00
"engines": {
"node": "^20.9.0"
2022-11-05 11:29:28 -05:00
},
"eslintConfig": {
"extends": "@silverhand"
},
"prettier": "@silverhand/eslint-config/.prettierrc"
}