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.
22 lines
424 B
JSON
22 lines
424 B
JSON
{
|
|
"name": "openapi-client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "ts-node ./index.ts",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.26.0",
|
|
"express": "^4.17.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.15",
|
|
"ts-node": "10.9.1"
|
|
}
|
|
}
|