-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 KB
/
package.json
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
{
"name": "phone-server",
"version": "1.0.0",
"description": "",
"main": "check-number.js",
"scripts": {
"start": "node check-number.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holonym-foundation/phone-number-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/holonym-foundation/phone-number-server/issues"
},
"homepage": "https://github.com/holonym-foundation/phone-number-server#readme",
"dependencies": {
"aws-sdk": "^2.1295.0",
"axios": "^1.5.0",
"big-integer": "^1.6.51",
"circomlibjs-old": "npm:circomlibjs@^0.0.8",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"express": "^4.18.2",
"geoip-lite": "^1.4.7",
"holonym-wasm-issuer-v0": "npm:holonym-wasm-issuer@^0.2.2",
"holonym-wasm-issuer-v2": "npm:holonym-wasm-issuer@^2.0.0",
"libphonenumber-js": "^1.10.44",
"messente_api": "^1.5.0",
"mysql": "^2.18.1",
"redis": "^4.6.8",
"secp256k1": "^4.0.4",
"twilio": "^3.83.3"
}
}