mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "@feathersjs/authentication-client",
|
|
"description": "The authentication plugin for feathers-client",
|
|
"version": "4.5.4",
|
|
"homepage": "https://feathersjs.com",
|
|
"main": "lib/",
|
|
"types": "lib/",
|
|
"keywords": [
|
|
"feathers",
|
|
"feathers-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/feathers"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/feathersjs/feathers.git"
|
|
},
|
|
"author": {
|
|
"name": "Feathers contributors",
|
|
"email": "hello@feathersjs.com",
|
|
"url": "https://feathersjs.com"
|
|
},
|
|
"contributors": [],
|
|
"bugs": {
|
|
"url": "https://github.com/feathersjs/feathers/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "npm run compile",
|
|
"compile": "shx rm -rf lib/ && tsc",
|
|
"test": "npm run compile && npm run mocha",
|
|
"mocha": "mocha --config ../../.mocharc.ts.json --recursive test/**.test.ts test/**/*.test.ts"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@feathersjs/authentication": "^4.5.3",
|
|
"@feathersjs/commons": "^4.5.3",
|
|
"@feathersjs/errors": "^4.5.3",
|
|
"@feathersjs/feathers": "^4.5.3",
|
|
"debug": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@feathersjs/authentication-local": "^4.5.4",
|
|
"@feathersjs/express": "^4.5.4",
|
|
"@feathersjs/primus": "^4.5.4",
|
|
"@feathersjs/primus-client": "^4.5.4",
|
|
"@feathersjs/rest-client": "^4.5.4",
|
|
"@feathersjs/socketio": "^4.5.4",
|
|
"@feathersjs/socketio-client": "^4.5.4",
|
|
"@types/debug": "^4.1.5",
|
|
"@types/mocha": "^7.0.2",
|
|
"@types/node": "^14.0.22",
|
|
"axios": "^0.19.2",
|
|
"mocha": "^8.0.1",
|
|
"shx": "^0.3.2",
|
|
"ts-node": "^8.10.2",
|
|
"typescript": "^3.9.6"
|
|
},
|
|
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
|
|
}
|