@feathersjs/transport-commons
Version:
Shared functionality for websocket providers
75 lines (74 loc) • 1.81 kB
JSON
{
"name": "@feathersjs/transport-commons",
"description": "Shared functionality for websocket providers",
"version": "5.0.33",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
"keywords": [
"feathers",
"feathers-plugin"
],
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/daffl"
},
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers.git",
"directory": "packages/transport-commons"
},
"author": {
"name": "Feathers contributors",
"email": "hello@feathersjs.com",
"url": "https://feathersjs.com"
},
"contributors": [],
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 12"
},
"scripts": {
"prepublish": "npm run compile",
"pack": "npm pack --pack-destination ../generators/test/build",
"compile": "shx rm -rf lib/ && tsc && npm run pack",
"test": "npm run mocha",
"mocha": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
},
"directories": {
"lib": "lib"
},
"publishConfig": {
"access": "public"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"src/**",
"lib/**",
"*.d.ts",
"*.js"
],
"dependencies": {
"@feathersjs/commons": "^5.0.33",
"@feathersjs/errors": "^5.0.33",
"@feathersjs/feathers": "^5.0.33",
"encodeurl": "^2.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/encodeurl": "^1.0.2",
"@types/lodash": "^4.17.15",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.5",
"mocha": "^11.1.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"gitHead": "7094b3f569b12d817f9fb4be2144342d331878f4"
}