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:
parent
4cf0135302
commit
49315edf40
1 changed files with 5 additions and 4 deletions
|
@ -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/",
|
||||
|
|
Loading…
Add table
Reference in a new issue