mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "logto",
|
|
"version": "1.0.0",
|
|
"description": "The open source identity solution.",
|
|
"main": "build/index.js",
|
|
"author": "Logto",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "xo src/",
|
|
"dev": "tsc-watch --onSuccess \"node ./build/index.js\""
|
|
},
|
|
"dependencies": {
|
|
"@logto/essentials": "^1.0.5",
|
|
"@logto/schemas": "^1.0.5",
|
|
"dayjs": "^1.10.5",
|
|
"dotenv": "^10.0.0",
|
|
"got": "^11.8.2",
|
|
"koa": "^2.13.1",
|
|
"koa-body": "^4.2.0",
|
|
"koa-logger": "^3.2.1",
|
|
"koa-mount": "^4.0.0",
|
|
"koa-proxies": "^0.12.1",
|
|
"koa-router": "^10.0.0",
|
|
"module-alias": "^2.2.2",
|
|
"nanoid": "^3.1.23",
|
|
"oidc-provider": "^7.4.1",
|
|
"slonik": "^23.8.1",
|
|
"slonik-interceptor-preset": "^1.2.10",
|
|
"zod": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^12.1.4",
|
|
"@commitlint/config-conventional": "^12.1.4",
|
|
"@types/koa": "^2.13.3",
|
|
"@types/koa-logger": "^3.1.1",
|
|
"@types/koa-mount": "^4.0.0",
|
|
"@types/koa-router": "^7.4.2",
|
|
"@types/oidc-provider": "^7.4.0",
|
|
"husky": "^6.0.0",
|
|
"tsc-watch": "^4.4.0",
|
|
"typescript": "^4.3.2",
|
|
"xo": "0.39.1"
|
|
},
|
|
"engines": {
|
|
"node": "14",
|
|
"yarn": "1"
|
|
},
|
|
"_moduleAliases": {
|
|
"@": "./build"
|
|
},
|
|
"prettier": "@logto/essentials/.prettierrc.json"
|
|
}
|