UNPKG

945 BJSONView Raw
1{
2 "name": "@fusion.io/authenticate",
3 "version": "3.1.6",
4 "description": "Better Authentication for better Geeks",
5 "publishConfig": {
6 "access": "public"
7 },
8 "main": "lib/index.js",
9 "types": "lib/index.d.ts",
10 "directories": {
11 "test": "test"
12 },
13 "scripts": {
14 "clean": "rm -rf lib",
15 "tsc": "tsc",
16 "test": "echo \"Error: no test specified\" && exit 1"
17 },
18 "author": "rikky <son.levuthai@gmail.com>",
19 "license": "MIT",
20 "dependencies": {
21 "@fusion.io/core": "^3.1.6",
22 "axios": "^0.19.0"
23 },
24 "homepage": "https://github.com/fusion-io/fusion.io#readme",
25 "files": [
26 "lib"
27 ],
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/fusion-io/fusion.io.git"
31 },
32 "bugs": {
33 "url": "https://github.com/fusion-io/fusion.io/issues"
34 },
35 "gitHead": "55c106a0432543de21d5f1b17effba722f97ad18",
36 "devDependencies": {
37 "axios": "^0.19.0",
38 "jsonwebtoken": "^8.5.1"
39 }
40}