0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-10 22:22:45 -05:00

Update package.json

This commit is contained in:
Gao Sun 2021-06-20 00:07:11 +08:00 committed by Gao Sun
parent 4cf0135302
commit 49315edf40

View file

@ -1,10 +1,11 @@
{
"name": "@logto/provider",
"name": "logto",
"version": "1.0.0",
"description": "The backend for Logto auth service.",
"main": "index.js",
"description": "The open source identity solution.",
"main": "build/index.js",
"author": "Logto",
"license": "MIT",
"license": "UNLICENSED",
"private": true,
"scripts": {
"build": "tsc",
"lint": "xo src/",