UNPKG

1.78 kBJSONView Raw
1{
2 "name": "@feathersjs/authentication-local",
3 "description": "Local authentication strategy for @feathers/authentication",
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 "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 "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/authentication": "^4.5.15",
56 "@feathersjs/errors": "^4.5.15",
57 "@feathersjs/feathers": "^4.5.15",
58 "bcryptjs": "^2.4.3",
59 "debug": "^4.3.3",
60 "lodash": "^4.17.21"
61 },
62 "devDependencies": {
63 "@types/bcryptjs": "^2.4.2",
64 "@types/debug": "^4.1.7",
65 "@types/lodash": "^4.14.178",
66 "@types/mocha": "^9.0.0",
67 "@types/node": "^17.0.8",
68 "mocha": "^9.1.3",
69 "shx": "^0.3.3",
70 "ts-node": "^10.4.0",
71 "typescript": "^4.5.4"
72 },
73 "gitHead": "d0e9600002975296ab8de926acd317d0a73fce5c"
74}