-
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) · 738 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 738 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": "autkman",
"version": "1.0.0",
"description": "autkman is a user manager for authentik",
"author": "Raskitoma <wantan@gmail.com>",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"dependencies": {
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"cors": "^2.8.5",
"datatables.net-bs5": "^1.13.4",
"datatables.net-dt": "^1.13.4",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"jquery": "^3.6.4",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4"
},
"devDependencies": {
"prettier": "^2.8.4"
}
}