mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
74 lines
2.2 KiB
JSON
74 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.5.4",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/feathersjs/feathers.git"
|
|
},
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/feathers"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/feathersjs/feathers/issues"
|
|
},
|
|
"homepage": "https://github.com/feathersjs/client",
|
|
"keywords": [
|
|
"feathers",
|
|
"feathers-plugin"
|
|
],
|
|
"author": "Feathers contributors",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"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 --config ../../.mocharc.json test/ --recursive",
|
|
"test": "npm run build && npm run mocha",
|
|
"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.10.4",
|
|
"@babel/preset-env": "^7.10.4",
|
|
"@feathersjs/authentication-client": "^4.5.4",
|
|
"@feathersjs/errors": "^4.5.3",
|
|
"@feathersjs/express": "^4.5.4",
|
|
"@feathersjs/feathers": "^4.5.3",
|
|
"@feathersjs/primus": "^4.5.4",
|
|
"@feathersjs/primus-client": "^4.5.4",
|
|
"@feathersjs/rest-client": "^4.5.4",
|
|
"@feathersjs/socketio": "^4.5.4",
|
|
"@feathersjs/socketio-client": "^4.5.4",
|
|
"@feathersjs/tests": "^4.5.3",
|
|
"babel-loader": "^8.1.0",
|
|
"body-parser": "^1.19.0",
|
|
"feathers-memory": "^4.1.0",
|
|
"jquery": "^3.5.1",
|
|
"jsdom": "^16.3.0",
|
|
"mocha": "^8.0.1",
|
|
"mocha-puppeteer": "^0.14.0",
|
|
"node-fetch": "^2.6.0",
|
|
"parallel-webpack": "^2.6.0",
|
|
"request": "^2.88.2",
|
|
"socket.io-client": "^2.3.0",
|
|
"superagent": "^5.3.1",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"webpack": "^4.43.0",
|
|
"webpack-merge": "^5.0.9",
|
|
"ws": "^7.3.1",
|
|
"xhr2": "^0.2.0"
|
|
},
|
|
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
|
|
}
|