UNPKG

1.88 kBJSONView Raw
1{
2 "name": "@feathersjs/authentication",
3 "description": "Add Authentication to your FeathersJS app.",
4 "version": "4.5.15",
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 },
21 "author": {
22 "name": "Feathers contributors",
23 "email": "hello@feathersjs.com",
24 "url": "https://feathersjs.com"
25 },
26 "files": [
27 "CHANGELOG.md",
28 "LICENSE",
29 "README.md",
30 "src/**",
31 "lib/**",
32 "*.d.ts",
33 "*.js"
34 ],
35 "contributors": [],
36 "bugs": {
37 "url": "https://github.com/feathersjs/feathers/issues"
38 },
39 "engines": {
40 "node": ">= 10"
41 },
42 "scripts": {
43 "prepublish": "npm run compile",
44 "compile": "shx rm -rf lib/ && tsc",
45 "test": "npm run compile && npm run mocha",
46 "mocha": "mocha --config ../../.mocharc.ts.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/errors": "^4.5.15",
56 "@feathersjs/feathers": "^4.5.15",
57 "@feathersjs/transport-commons": "^4.5.15",
58 "@types/jsonwebtoken": "^8.5.6",
59 "debug": "^4.3.3",
60 "jsonwebtoken": "^8.5.1",
61 "lodash": "^4.17.21",
62 "long-timeout": "^0.1.1",
63 "uuid": "^8.3.2"
64 },
65 "devDependencies": {
66 "@types/debug": "^4.1.7",
67 "@types/lodash": "^4.14.178",
68 "@types/mocha": "^9.0.0",
69 "@types/node": "^17.0.8",
70 "@types/uuid": "^8.3.3",
71 "feathers-memory": "^4.1.0",
72 "mocha": "^9.1.3",
73 "shx": "^0.3.3",
74 "ts-node": "^10.4.0",
75 "typescript": "^4.5.4"
76 },
77 "gitHead": "d0e9600002975296ab8de926acd317d0a73fce5c"
78}