-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 706 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 706 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
{
"name": "node-authify",
"version": "1.0.3",
"description": "Node Login For MERN Stack",
"keywords": [
"node login",
"node auth",
"express login",
"express auth",
"mern login",
"mern auth"
],
"license": "MIT",
"author": "Mujib Sayyad (github.com/mujibsayyad)",
"homepage": "https://github.com/mujibsayyad/node-authify",
"repository": "github:mujibsayyad/node-authify",
"bugs": "https://github.com/mujibsayyad/node-authify/issues",
"main": "dist/index.js",
"scripts": {
"build": "terser ./src/*.js -o ./dist/index.js --compress --mangle"
},
"peerDependencies": {
"jsonwebtoken": "^9.0.0"
},
"devDependencies": {
"terser": "^5.16.9"
}
}