优化
This commit is contained in:
63
server/packages/sdk/package.json
Normal file
63
server/packages/sdk/package.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"name": "tailchat-server-sdk",
|
||||
"version": "0.0.18",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
"tailchat-runner": "./dist/runner/cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"watch": "tsc --watch",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"prepare": "tsc",
|
||||
"release": "npm version patch && npm publish --registry https://registry.npmjs.com/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/msgbyte/tailchat.git"
|
||||
},
|
||||
"keywords": [
|
||||
"msgbyte",
|
||||
"moonrailgun",
|
||||
"tailchat"
|
||||
],
|
||||
"author": "moonrailgun <moonrailgun@gmail.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/msgbyte/tailchat/issues"
|
||||
},
|
||||
"homepage": "https://github.com/msgbyte/tailchat#readme",
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.1",
|
||||
"typescript": "^4.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/busboy": "^1.1.0",
|
||||
"@typegoose/typegoose": "9.3.1",
|
||||
"accept-language": "^3.0.18",
|
||||
"axios": "^1.3.3",
|
||||
"body-parser": "^1.20.1",
|
||||
"crc": "^3.8.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"etag": "^1.8.1",
|
||||
"fastest-validator": "^1.12.0",
|
||||
"fresh": "^0.5.2",
|
||||
"i18next": "^20.3.5",
|
||||
"i18next-fs-backend": "^1.1.1",
|
||||
"ioredis": "^4.27.6",
|
||||
"isstream": "^0.1.2",
|
||||
"kleur": "^4.1.4",
|
||||
"lodash": "^4.17.21",
|
||||
"minio": "^7.1.1",
|
||||
"moleculer": "0.14.23",
|
||||
"moleculer-db": "0.8.19",
|
||||
"moleculer-repl": "^0.7.2",
|
||||
"moment": "^2.29.1",
|
||||
"mongodb": "4.2.1",
|
||||
"mongoose": "6.1.1",
|
||||
"path-to-regexp": "^6.2.1",
|
||||
"ramda-adjunct": "^4.0.0",
|
||||
"tailchat-types": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user