-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 897 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "react-native-jwt-decode",
"version": "1.0.3",
"description": "Generate and decode JWT inside of a React Native app without error",
"main": "src/index.js",
"scripts": {
"test": "jest",
"build": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smirki/react-native-jwt-decode.git"
},
"keywords": [
"jwt",
"react-native",
"auth",
"authentication",
"react"
],
"author": "smirki",
"license": "MIT",
"bugs": {
"url": "https://github.com/smirki/react-native-jwt-decode/issues"
},
"homepage": "https://github.com/smirki/react-native-jwt-decode#readme",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/cli": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"jest": "^26.0.0"
},
"dependencies": {
"jwt-decode": "^3.1.2",
"base-64": "^1.0.0"
}
}