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

43 lines
1 KiB
JSON
Raw Normal View History

{
"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 09:12:36 -05:00
"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",
2021-07-29 04:46:28 -05:00
"prepack": "pnpm build"
},
"bugs": {
"url": "https://github.com/logto-io/logto/issues"
},
"dependencies": {
"@silverhand/essentials": "^1.1.4"
},
"devDependencies": {
2022-03-08 02:58:55 -05:00
"@silverhand/eslint-config": "^0.9.4",
"@silverhand/ts-config": "^0.9.4",
"eslint": "^8.10.0",
"lint-staged": "^11.1.1",
"prettier": "^2.3.2",
2022-03-11 03:30:22 -05:00
"typescript": "^4.6.2"
},
"eslintConfig": {
2021-09-16 03:54:32 -05:00
"extends": "@silverhand"
},
2021-09-16 03:54:32 -05:00
"prettier": "@silverhand/eslint-config/.prettierrc"
}