2021-07-28 01:13:51 +08:00
|
|
|
{
|
|
|
|
"name": "@logto/phrases",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Logto shared phrases (l10n).",
|
|
|
|
"author": "Gao Sun <gaosun.dev@gmail.com>",
|
|
|
|
"homepage": "https://github.com/logto-io/logto#readme",
|
2021-08-11 22:12:36 +08:00
|
|
|
"license": "MPL-2.0",
|
2021-07-28 01:13:51 +08:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"private": true,
|
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/logto-io/logto.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2021-08-10 15:29:32 +08:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
2021-08-30 22:26:58 +08:00
|
|
|
"precommit": "lint-staged",
|
2021-07-28 01:13:51 +08:00
|
|
|
"build": "rm -rf lib/ && tsc",
|
2021-08-20 18:16:00 +08:00
|
|
|
"lint": "eslint --ext .ts src",
|
2022-04-06 14:06:34 +08:00
|
|
|
"lint:report": "pnpm lint -- --format json --output-file report.json",
|
2021-07-29 17:46:28 +08:00
|
|
|
"prepack": "pnpm build"
|
2021-07-28 01:13:51 +08:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/logto-io/logto/issues"
|
|
|
|
},
|
2022-01-24 17:26:08 +08:00
|
|
|
"dependencies": {
|
|
|
|
"@silverhand/essentials": "^1.1.4"
|
|
|
|
},
|
2021-07-28 01:13:51 +08:00
|
|
|
"devDependencies": {
|
2022-03-31 13:55:54 +08:00
|
|
|
"@silverhand/eslint-config": "^0.10.2",
|
|
|
|
"@silverhand/ts-config": "^0.10.2",
|
2022-02-28 15:21:48 +08:00
|
|
|
"eslint": "^8.10.0",
|
2021-08-30 22:26:58 +08:00
|
|
|
"lint-staged": "^11.1.1",
|
2021-07-28 01:13:51 +08:00
|
|
|
"prettier": "^2.3.2",
|
2022-03-11 16:30:22 +08:00
|
|
|
"typescript": "^4.6.2"
|
2021-07-28 01:13:51 +08:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
2021-09-16 16:54:32 +08:00
|
|
|
"extends": "@silverhand"
|
2021-07-28 01:13:51 +08:00
|
|
|
},
|
2021-09-16 16:54:32 +08:00
|
|
|
"prettier": "@silverhand/eslint-config/.prettierrc"
|
2021-07-28 01:13:51 +08:00
|
|
|
}
|