@feathersjs/client
Version:
A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections
79 lines (78 loc) • 2.31 kB
JSON
{
"name": "@feathersjs/client",
"description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections",
"version": "5.0.34",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git",
"directory": "packages/client"
},
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/daffl"
},
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"homepage": "https://github.com/feathersjs/client",
"keywords": [
"feathers",
"feathers-plugin"
],
"author": "Feathers contributors",
"engines": {
"node": ">= 12"
},
"main": "dist/feathers",
"types": "dist/feathers",
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"src/**",
"dist/**",
"*.d.ts",
"*.js"
],
"scripts": {
"compile": "tsc",
"version": "npm run build",
"clean": "shx rm -rf dist/ && shx mkdir -p dist",
"build": "npm run clean && npm run compile && npm run webpack",
"mocha": "mocha --config ../../.mocharc.json --recursive test/**/*.test.ts",
"test": "npm run build && npm run mocha",
"webpack": "webpack --config webpack/feathers.js && webpack --config webpack/feathers.min.js && webpack --config webpack/core.js && webpack --config webpack/core.min.js"
},
"browserslist": [
"last 2 versions",
"IE 11"
],
"dependencies": {
"@feathersjs/authentication-client": "^5.0.34",
"@feathersjs/errors": "^5.0.34",
"@feathersjs/feathers": "^5.0.34",
"@feathersjs/rest-client": "^5.0.34",
"@feathersjs/socketio-client": "^5.0.34"
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.1",
"@feathersjs/express": "^5.0.34",
"@feathersjs/memory": "^5.0.34",
"@feathersjs/socketio": "^5.0.34",
"@feathersjs/tests": "^5.0.34",
"babel-loader": "^10.0.0",
"mocha": "^11.2.2",
"node-fetch": "^2.6.1",
"shx": "^0.4.0",
"socket.io-client": "^4.8.1",
"superagent": "^10.2.0",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"webpack": "^5.99.7",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
},
"gitHead": "3c12b722c136fa5aae32bc94fa24b3edec85dd96"
}