2021-06-06 05:30:37 -05:00
|
|
|
{
|
2021-06-19 11:07:11 -05:00
|
|
|
"name": "logto",
|
2021-06-06 05:30:37 -05:00
|
|
|
"version": "1.0.0",
|
2021-06-19 11:07:11 -05:00
|
|
|
"description": "The open source identity solution.",
|
|
|
|
"main": "build/index.js",
|
2021-06-06 05:30:37 -05:00
|
|
|
"author": "Logto",
|
2021-06-19 11:07:11 -05:00
|
|
|
"license": "UNLICENSED",
|
|
|
|
"private": true,
|
2021-06-06 05:30:37 -05:00
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"lint": "xo src/",
|
|
|
|
"dev": "tsc-watch --onSuccess \"node ./build/index.js\""
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-07-02 08:14:18 -05:00
|
|
|
"@logto/essentials": "^1.0.5",
|
|
|
|
"@logto/schemas": "^1.0.1",
|
2021-06-23 12:09:42 -05:00
|
|
|
"dayjs": "^1.10.5",
|
2021-06-25 12:39:02 -05:00
|
|
|
"dotenv": "^10.0.0",
|
2021-07-02 09:42:48 -05:00
|
|
|
"got": "^11.8.2",
|
2021-06-19 09:53:34 -05:00
|
|
|
"koa": "^2.13.1",
|
2021-06-25 12:39:02 -05:00
|
|
|
"koa-logger": "^3.2.1",
|
2021-06-19 09:53:34 -05:00
|
|
|
"koa-mount": "^4.0.0",
|
|
|
|
"koa-router": "^10.0.0",
|
2021-06-23 12:09:42 -05:00
|
|
|
"oidc-provider": "^7.4.1",
|
2021-06-27 07:44:05 -05:00
|
|
|
"slonik": "^23.8.1",
|
2021-06-25 12:39:02 -05:00
|
|
|
"slonik-interceptor-preset": "^1.2.10"
|
2021-06-06 05:30:37 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-30 10:08:44 -05:00
|
|
|
"@commitlint/cli": "^12.1.4",
|
|
|
|
"@commitlint/config-conventional": "^12.1.4",
|
2021-06-06 05:30:37 -05:00
|
|
|
"@types/koa": "^2.13.3",
|
2021-06-25 12:39:02 -05:00
|
|
|
"@types/koa-logger": "^3.1.1",
|
2021-06-19 09:53:34 -05:00
|
|
|
"@types/koa-mount": "^4.0.0",
|
|
|
|
"@types/koa-router": "^7.4.2",
|
|
|
|
"@types/oidc-provider": "^7.4.0",
|
2021-06-30 10:08:44 -05:00
|
|
|
"husky": "^6.0.0",
|
2021-06-06 05:30:37 -05:00
|
|
|
"tsc-watch": "^4.4.0",
|
|
|
|
"typescript": "^4.3.2",
|
|
|
|
"xo": "0.39.1"
|
2021-06-19 09:53:34 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2021-06-19 10:36:40 -05:00
|
|
|
"node": "14",
|
|
|
|
"yarn": "1"
|
2021-06-27 12:21:57 -05:00
|
|
|
},
|
|
|
|
"prettier": "@logto/essentials/.prettierrc.json"
|
2021-06-06 05:30:37 -05:00
|
|
|
}
|