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

23 lines
474 B
JSON
Raw Normal View History

2021-06-06 05:30:37 -05:00
{
"name": "@logto/provider",
"version": "1.0.0",
"description": "The backend for Logto auth service.",
"main": "index.js",
"author": "Logto",
"license": "MIT",
"scripts": {
"build": "tsc",
"lint": "xo src/",
"dev": "tsc-watch --onSuccess \"node ./build/index.js\""
},
"dependencies": {
"koa": "^2.13.1"
},
"devDependencies": {
"@types/koa": "^2.13.3",
"tsc-watch": "^4.4.0",
"typescript": "^4.3.2",
"xo": "0.39.1"
}
}