mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "@logto/shared",
|
|
"version": "1.0.0-beta.12",
|
|
"main": "lib/index.js",
|
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
|
"license": "MPL-2.0",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"precommit": "lint-staged",
|
|
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
|
|
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput --incremental",
|
|
"lint": "eslint --ext .ts src",
|
|
"lint:report": "pnpm lint --format json --output-file report.json",
|
|
"prepack": "pnpm build",
|
|
"test": "jest",
|
|
"test:ci": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@silverhand/eslint-config": "1.2.0",
|
|
"@silverhand/jest-config": "1.2.2",
|
|
"@silverhand/ts-config": "1.2.1",
|
|
"@types/jest": "^29.1.2",
|
|
"@types/node": "^16.0.0",
|
|
"eslint": "^8.21.0",
|
|
"jest": "^29.1.2",
|
|
"lint-staged": "^13.0.0",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@silverhand",
|
|
"rules": {
|
|
"@typescript-eslint/ban-types": "off"
|
|
}
|
|
},
|
|
"prettier": "@silverhand/eslint-config/.prettierrc",
|
|
"dependencies": {
|
|
"@logto/schemas": "^1.0.0-beta.12",
|
|
"@silverhand/essentials": "^1.3.0",
|
|
"dayjs": "^1.10.5",
|
|
"find-up": "^5.0.0",
|
|
"nanoid": "^3.3.4",
|
|
"slonik": "^30.0.0"
|
|
}
|
|
}
|