-
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) · 950 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 950 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": "1connect",
"version": "1.0.0",
"description": "Official API for OneID Login Services",
"main": "index.js",
"license": "GPL-3.0",
"scripts": {
"test": "exit 0",
"start": "nodemon index.js",
"update-deps": "ncu -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OneID-Auth/1Connect.git"
},
"keywords": [
"OneID",
"Login",
"API"
],
"author": "OneID",
"bugs": {
"url": "https://github.com/OneID-Auth/1Connect/issues"
},
"homepage": "https://github.com/OneID-Auth/1Connect#readme",
"dependencies": {
"axios": "^0.26.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"express": "^4.17.3",
"node-appwrite": "^4.0.2",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.15",
"npm-check-updates": "^12.4.0"
}
}