mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"name": "openapi-client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "ts-node ./index.ts",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"axios": "^0.26.0",
|
|
"express": "^4.17.2",
|
|
"openid-client": "^5.1.5"
|
|
}
|
|
}
|