tsdk-server-adapters
Version:
[](https://www.npmjs.com/package/tsdk-server-adapters) [](https://packagephobia.com/result?p=tsdk-server-adapters) ![Do
70 lines (69 loc) • 1.62 kB
JSON
{
"name": "tsdk-server-adapters",
"version": "0.3.0",
"main": "lib/index.js",
"repository": "tsdk-monorepo/tsdk",
"bugs": "https://github.com/tsdk-monorepo/tsdk/issues",
"homepage": "https://tsdk.dev",
"scripts": {
"start-publish": "npm run build && npm publish --registry=https://registry.npmjs.org",
"build": "rm -rf lib && tsc --project tsconfig.json && rm -rf lib/tests",
"lint": "eslint . --ext .ts,.tsx --fix",
"checktype": "tsc --noEmit",
"test": "cross-env NODE_ENV=test TS_CONFIG_PATHS=true ts-mocha -p tsconfig.json src/**/*.test.ts --parallel --timeout 30000"
},
"files": [
"lib/*",
"README.md"
],
"keywords": [
"tsdk",
"http",
"express",
"socket.io",
"fastify",
"backend",
"typesafe API"
],
"dependencies": {
"eventemitter3": "^5.0.1"
},
"devDependencies": {
"@configs/ts-config": "workspace:*",
"@configs/eslint-config": "workspace:*",
"@configs/test-config": "workspace:*",
"@types/express": "^4.17.21",
"typescript": "^5",
"@tsconfig/recommended": "^1.0.7"
},
"peerDependencies": {
"express": "^4.21.0",
"zod": "^3.23.8",
"socket.io": "^4.8.0",
"hono": "^4.6.2",
"fastify": "^5.0.0"
},
"peerDependenciesMeta": {
"express": {
"optional": true
},
"socket.io": {
"optional": true
},
"hono": {
"optional": true
},
"fastify": {
"optional": true
}
},
"eslintConfig": {
"extends": [
"@configs/eslint-config/node"
],
"ignorePatterns": [
"node_modules"
]
},
"license": "MIT"
}