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

46 lines
1.1 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.1",
"dayjs": "^1.10.5",
"dotenv": "^10.0.0",
"got": "^11.8.2",
"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": {
"@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"
},
"prettier": "@logto/essentials/.prettierrc.json"
}