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.
23 lines
587 B
JSON
23 lines
587 B
JSON
{
|
|
"name": "openapi-oidc-page",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "ts-node ./index.ts",
|
|
"dev": "nodemon --watch \"index.ts\" --watch \"../../../services/openapi/oidc/views/**\" --ext \"ts,ejs\" --exec \"ts-node --transpile-only ./index.ts\"",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.17.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.15",
|
|
"nodemon": "^3.0.1",
|
|
"ts-node": "10.9.1"
|
|
}
|
|
}
|