mirror of
https://github.com/feathersjs/feathers.git
synced 2026-02-01 17:37:38 +00:00
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"name": "@feathersjs/authentication-client",
|
|
"description": "The authentication plugin for feathers-client",
|
|
"version": "4.3.0-pre.0",
|
|
"homepage": "https://feathersjs.com",
|
|
"main": "lib/",
|
|
"types": "lib/",
|
|
"keywords": [
|
|
"feathers",
|
|
"feathers-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"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": ">= 6"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "npm run compile",
|
|
"compile": "shx rm -rf lib/ && tsc",
|
|
"test": "npm run compile && npm run mocha",
|
|
"mocha": "mocha --opts ../../mocha.ts.opts --recursive test/**.test.ts test/**/*.test.ts"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@feathersjs/commons": "^4.3.0-pre.0",
|
|
"@feathersjs/errors": "^4.3.0-pre.0",
|
|
"debug": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@feathersjs/authentication": "^4.3.0-pre.0",
|
|
"@feathersjs/authentication-local": "^4.3.0-pre.0",
|
|
"@feathersjs/express": "^4.3.0-pre.0",
|
|
"@feathersjs/feathers": "^4.3.0-pre.0",
|
|
"@feathersjs/primus": "^4.3.0-pre.0",
|
|
"@feathersjs/primus-client": "^4.3.0-pre.0",
|
|
"@feathersjs/rest-client": "^4.3.0-pre.0",
|
|
"@feathersjs/socketio": "^4.3.0-pre.0",
|
|
"@feathersjs/socketio-client": "^4.3.0-pre.0",
|
|
"@types/debug": "^4.1.4",
|
|
"@types/mocha": "^5.2.7",
|
|
"@types/node": "^12.6.2",
|
|
"axios": "^0.19.0",
|
|
"mocha": "^6.1.4",
|
|
"shx": "^0.3.2",
|
|
"ts-node": "^8.3.0",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"gitHead": "1de7b81fcae0effc397e548cf9b96d79c2942237"
|
|
}
|