0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00
logto/packages/core/package.json
2021-07-25 17:39:56 +08:00

40 lines
956 B
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/schemas": "^1.0.0",
"dayjs": "^1.10.5",
"dotenv": "^10.0.0",
"koa": "^2.13.1",
"koa-logger": "^3.2.1",
"koa-mount": "^4.0.0",
"koa-router": "^10.0.0",
"oidc-provider": "^7.4.1",
"slonik": "^23.8.1",
"slonik-interceptor-preset": "^1.2.10"
},
"devDependencies": {
"@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",
"tsc-watch": "^4.4.0",
"typescript": "^4.3.2",
"xo": "0.39.1"
},
"engines": {
"node": "14",
"yarn": "1"
}
}