1 | {
|
2 | "name": "@feathersjs/express",
|
3 | "description": "Feathers Express framework bindings and REST provider",
|
4 | "version": "5.0.30",
|
5 | "homepage": "https://feathersjs.com",
|
6 | "main": "lib/",
|
7 | "types": "lib/",
|
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 | "directory": "packages/express"
|
21 | },
|
22 | "author": {
|
23 | "name": "Feathers contributors",
|
24 | "email": "hello@feathersjs.com",
|
25 | "url": "https://feathersjs.com"
|
26 | },
|
27 | "contributors": [],
|
28 | "bugs": {
|
29 | "url": "https://github.com/feathersjs/feathers/issues"
|
30 | },
|
31 | "engines": {
|
32 | "node": ">= 12"
|
33 | },
|
34 | "files": [
|
35 | "CHANGELOG.md",
|
36 | "LICENSE",
|
37 | "README.md",
|
38 | "src/**",
|
39 | "lib/**",
|
40 | "public/**"
|
41 | ],
|
42 | "scripts": {
|
43 | "prepublish": "npm run compile",
|
44 | "pack": "npm pack --pack-destination ../generators/test/build",
|
45 | "compile": "shx rm -rf lib/ && tsc && npm run pack",
|
46 | "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
|
47 | },
|
48 | "directories": {
|
49 | "lib": "lib"
|
50 | },
|
51 | "publishConfig": {
|
52 | "access": "public"
|
53 | },
|
54 | "dependencies": {
|
55 | "@feathersjs/authentication": "^5.0.30",
|
56 | "@feathersjs/commons": "^5.0.30",
|
57 | "@feathersjs/errors": "^5.0.30",
|
58 | "@feathersjs/feathers": "^5.0.30",
|
59 | "@feathersjs/transport-commons": "^5.0.30",
|
60 | "@types/compression": "^1.7.5",
|
61 | "@types/cors": "^2.8.17",
|
62 | "@types/express": "^4.17.21",
|
63 | "@types/express-serve-static-core": "^4.19.5",
|
64 | "compression": "^1.7.4",
|
65 | "cors": "^2.8.5",
|
66 | "express": "^4.19.2"
|
67 | },
|
68 | "devDependencies": {
|
69 | "@feathersjs/authentication-local": "^5.0.30",
|
70 | "@feathersjs/tests": "^5.0.30",
|
71 | "@types/lodash": "^4.17.7",
|
72 | "@types/mocha": "^10.0.7",
|
73 | "@types/node": "^22.5.1",
|
74 | "axios": "^1.7.7",
|
75 | "lodash": "^4.17.21",
|
76 | "mocha": "^10.7.3",
|
77 | "shx": "^0.3.4",
|
78 | "ts-node": "^10.9.2",
|
79 | "typescript": "^5.5.4"
|
80 | },
|
81 | "gitHead": "ce00d390ddd85a5be533da69f7958fdc330d8f80"
|
82 | }
|