-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 KB
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
38
39
40
41
42
43
44
{
"name": "socialcert-backend",
"version": "0.1.28",
"description": "Provides a signed certificate for an array of social platforms, email, and phone.",
"main": "out/index.js",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.13.9",
"ejs": "^3.1.9",
"standard": "^17.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node out/index.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/p2ppsr/socialcert-backend.git"
},
"author": "Peer-to-peer Privacy Systems Research, LLC",
"license": "Open BSV License",
"bugs": {
"url": "https://github.com/p2ppsr/socialcert-backend/issues"
},
"homepage": "https://github.com/p2ppsr/socialcert-backend#readme",
"dependencies": {
"@bsv/auth-express-middleware": "^2.0.2",
"@bsv/payment-express-middleware": "^2.0.0",
"@bsv/sdk": "^2.0.0",
"@bsv/wallet-toolbox": "^1.8.3",
"axios": "^1.8.2",
"crypto": "^1.0.1",
"dotenv": "^16.4.4",
"express": "^4.21.2",
"json-stable-stringify": "^1.0.1",
"mongodb": "^5.7.0",
"oauth-1.0a": "^2.2.6",
"prettyjson": "^1.2.1",
"twilio": "^5.0.2"
}
}