packages/rest-client/package.json
{
"name": "@feathersjs/rest-client",
"description": "REST client services for different Ajax libraries",
"version": "5.0.31",
"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/rest-client"
},
"author": {
"name": "Feathers contributors",
"email": "hello@feathersjs.com",
"url": "https://feathersjs.com"
},
"contributors": [],
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 12"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"src/**",
"lib/**",
"*.d.ts",
"*.js"
],
"scripts": {
"prepublish": "npm run compile",
"pack": "npm pack --pack-destination ../generators/test/build",
"compile": "shx rm -rf lib/ && tsc && npm run pack",
"test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
},
"directories": {
"lib": "lib"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.31",
"@feathersjs/errors": "^5.0.31",
"@feathersjs/feathers": "^5.0.31",
"@types/superagent": "^8.1.9",
"qs": "^6.13.0"
},
"devDependencies": {
"@feathersjs/express": "^5.0.31",
"@feathersjs/memory": "^5.0.31",
"@feathersjs/tests": "^5.0.31",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.4",
"@types/node-fetch": "^2.6.11",
"@types/qs": "^6.9.16",
"axios": "^1.7.7",
"mocha": "^10.8.2",
"node-fetch": "^2.6.1",
"rxjs": "^7.8.1",
"shx": "^0.3.4",
"superagent": "^10.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}