mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"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",
|
|
"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",
|
|
"prepack": "pnpm build"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/logto-io/logto/issues"
|
|
},
|
|
"dependencies": {
|
|
"@silverhand/essentials": "^1.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@silverhand/eslint-config": "^0.9.1",
|
|
"@silverhand/ts-config": "^0.9.1",
|
|
"eslint": "^8.10.0",
|
|
"lint-staged": "^11.1.1",
|
|
"prettier": "^2.3.2",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@silverhand"
|
|
},
|
|
"prettier": "@silverhand/eslint-config/.prettierrc"
|
|
}
|