mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@logto/phrases",
|
|
"version": "1.0.0-beta.16",
|
|
"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",
|
|
"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.13.0 || ^18.12.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/logto-io/logto/issues"
|
|
},
|
|
"dependencies": {
|
|
"@logto/core-kit": "1.0.0-beta.25",
|
|
"@logto/language-kit": "1.0.0-beta.24",
|
|
"@silverhand/essentials": "^1.3.0",
|
|
"zod": "^3.19.1"
|
|
},
|
|
"devDependencies": {
|
|
"@silverhand/eslint-config": "1.3.0",
|
|
"@silverhand/ts-config": "1.2.1",
|
|
"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"
|
|
}
|