-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 787 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 787 Bytes
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
{
"name": "safetoken",
"version": "2.0.3",
"description": "SafeToken - Create/Verify secured tokens for authenticating seamlessly",
"main": "dist/index.js",
"type": "module",
"files": [
"dist/index.d.ts",
"dist/index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fridaycandour/SafeToken.git"
},
"keywords": [
"safe-token",
"authentication",
"token-generation",
"security",
"TypeScript",
"access-token",
"refresh-token",
"API-authentication",
"authorization",
"token-manager",
"secure-credentials",
"Oauth"
],
"author": "fridaycandour",
"license": "MIT",
"homepage": "https://github.com/fridaycandour/safeToken",
"devDependencies": {
"@types/node": "^18.19.34"
}
}