UNPKG

@feathersjs/express

Version:

Feathers Express framework bindings and REST provider

83 lines (82 loc) 2.13 kB
{ "name": "@feathersjs/express", "description": "Feathers Express framework bindings and REST provider", "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/express" }, "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/**", "public/**" ], "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/authentication": "^5.0.33", "@feathersjs/commons": "^5.0.33", "@feathersjs/errors": "^5.0.33", "@feathersjs/feathers": "^5.0.33", "@feathersjs/transport-commons": "^5.0.33", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/express-serve-static-core": "^4.19.5", "compression": "^1.8.0", "cors": "^2.8.5", "express": "^4.21.2" }, "devDependencies": { "@feathersjs/authentication-local": "^5.0.33", "@feathersjs/tests": "^5.0.33", "@types/lodash": "^4.17.15", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "axios": "^1.7.9", "lodash": "^4.17.21", "mocha": "^11.1.0", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "gitHead": "7094b3f569b12d817f9fb4be2144342d331878f4" }