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.
30 lines
618 B
JSON
30 lines
618 B
JSON
2 years ago
|
{
|
||
|
"name": "tailchat-service-swagger-generator",
|
||
|
"private": true,
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"bin": "./dist/index.js",
|
||
|
"scripts": {
|
||
|
"dev": "tsc --watch",
|
||
|
"prepare": "tsc",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"msgbyte",
|
||
|
"moonrailgun",
|
||
|
"tailchat"
|
||
|
],
|
||
|
"author": "moonrailgun <moonrailgun@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"globby": "11.1.0",
|
||
|
"ts-morph": "^16.0.0",
|
||
|
"ts-node": "^10.9.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^18.11.18",
|
||
|
"typescript": "^4.9.4"
|
||
|
}
|
||
|
}
|