forked from maxcaplan/Multipart-Authentication
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 798 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 798 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
36
37
{
"name": "authentication",
"version": "1.0.0",
"description": "A multipart authentication project with machine learning",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "node app.js",
"dev": "nodemon app.js"
},
"config": {
"port": 8080
},
"keywords": [
"Auth",
"Authentication",
"Machine Learning",
"AI"
],
"author": "Max Caplan",
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^1.2.2",
"body-parser": "^1.19.0",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"mongodb": "^3.2.7",
"ncp": "^2.0.0",
"python-shell": "^1.0.7",
"readline": "^1.3.0",
"rimraf": "^2.6.3",
"web-push": "^3.3.5"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}