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
2021-08-30 11:30:54 +08:00

37 lines
920 B
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",
"build": "rm -rf lib/ && tsc",
"lint": "eslint --ext .ts src",
"prepack": "pnpm build"
},
"bugs": {
"url": "https://github.com/logto-io/logto/issues"
},
"devDependencies": {
"@logto/eslint-config": "^0.1.0-rc.24",
"@logto/ts-config": "^0.1.0-rc.24",
"eslint": "^7.31.0",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
},
"eslintConfig": {
"extends": "@logto"
},
"prettier": "@logto/eslint-config/.prettierrc"
}