UNPKG

1.59 kBJSONView Raw
1{
2 "name": "@feathersjs/express",
3 "description": "Feathers Express framework bindings and REST provider",
4 "version": "4.5.15",
5 "homepage": "https://feathersjs.com",
6 "main": "lib/",
7 "types": "index.d.ts",
8 "keywords": [
9 "feathers",
10 "feathers-plugin"
11 ],
12 "license": "MIT",
13 "funding": {
14 "type": "github",
15 "url": "https://github.com/sponsors/daffl"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git://github.com/feathersjs/feathers.git"
20 },
21 "author": {
22 "name": "Feathers contributors",
23 "email": "hello@feathersjs.com",
24 "url": "https://feathersjs.com"
25 },
26 "contributors": [],
27 "bugs": {
28 "url": "https://github.com/feathersjs/feathers/issues"
29 },
30 "engines": {
31 "node": ">= 10"
32 },
33 "files": [
34 "CHANGELOG.md",
35 "LICENSE",
36 "README.md",
37 "src/**",
38 "lib/**",
39 "*.d.ts",
40 "*.js"
41 ],
42 "scripts": {
43 "test": "mocha --config ../../.mocharc.json"
44 },
45 "directories": {
46 "lib": "lib"
47 },
48 "publishConfig": {
49 "access": "public"
50 },
51 "dependencies": {
52 "@feathersjs/commons": "^4.5.15",
53 "@feathersjs/errors": "^4.5.15",
54 "@types/express": "^4.17.13",
55 "debug": "^4.3.3",
56 "express": "^4.17.2",
57 "lodash": "^4.17.21",
58 "uberproto": "^2.0.6"
59 },
60 "devDependencies": {
61 "@feathersjs/authentication": "^4.5.15",
62 "@feathersjs/authentication-local": "^4.5.15",
63 "@feathersjs/feathers": "^4.5.15",
64 "@feathersjs/tests": "^4.5.15",
65 "axios": "^0.24.0",
66 "lodash": "^4.17.21",
67 "mocha": "^9.1.3"
68 },
69 "gitHead": "d0e9600002975296ab8de926acd317d0a73fce5c"
70}