feathers/packages/client/package.json

71 lines
2.2 KiB
JSON

{
"name": "@feathersjs/client",
"description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections",
"version": "4.3.0-pre.0",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"homepage": "https://github.com/feathersjs/client",
"keywords": [
"feathers",
"feathers-plugin"
],
"author": "Feathers contributors",
"engines": {
"node": ">= 6"
},
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"clean": "../../node_modules/.bin/shx rm -rf dist/ && ../../node_modules/.bin/shx mkdir -p dist",
"version": "npm run build",
"mocha": "mocha --opts ../../mocha.opts",
"test": "npm run build && npm run mocha && npm run test:browser",
"test:browser": "mocha-puppeteer browser/test.js",
"build": "npm run clean && npm run webpack",
"webpack": "parallel-webpack"
},
"browserslist": [
"last 2 versions",
"IE 10"
],
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.4",
"@feathersjs/authentication-client": "^4.3.0-pre.0",
"@feathersjs/errors": "^4.3.0-pre.0",
"@feathersjs/express": "^4.3.0-pre.0",
"@feathersjs/feathers": "^4.3.0-pre.0",
"@feathersjs/primus": "^4.3.0-pre.0",
"@feathersjs/primus-client": "^4.3.0-pre.0",
"@feathersjs/rest-client": "^4.3.0-pre.0",
"@feathersjs/socketio": "^4.3.0-pre.0",
"@feathersjs/socketio-client": "^4.3.0-pre.0",
"@feathersjs/tests": "^4.3.0-pre.0",
"babel-loader": "^8.0.6",
"body-parser": "^1.19.0",
"feathers-memory": "^4.0.0",
"jquery": "^3.4.1",
"jsdom": "^15.1.1",
"mocha": "^6.1.4",
"mocha-puppeteer": "^0.14.0",
"node-fetch": "^2.6.0",
"parallel-webpack": "^2.4.0",
"request": "^2.88.0",
"socket.io-client": "^2.2.0",
"superagent": "^5.1.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.35.3",
"webpack-merge": "^4.2.1",
"ws": "^7.1.0",
"xhr2": "^0.2.0"
},
"gitHead": "1de7b81fcae0effc397e548cf9b96d79c2942237"
}