-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.27 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
40
41
42
43
44
45
46
{
"name": "gateway",
"version": "1.0.0",
"description": "",
"main": "dist/serverless.js",
"scripts": {
"build": "npx tsc",
"start": "npx functions-framework --target=healthz",
"copy-files": "cp -r ./src/apps/rbot/static/ ./dist/apps/rbot/static/",
"prestart": "npm run build",
"gcp-build": "npm run build && npm run copy-files"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/hdkey": "^2.0.3",
"@types/isomorphic-fetch": "^0.0.39",
"@types/node": "^20.11.26",
"@types/qrcode": "^1.5.5",
"dotenv": "^16.4.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"dependencies": {
"@dfinity/agent": "^1.0.1",
"@dfinity/candid": "^1.0.1",
"@dfinity/identity": "^1.0.1",
"@dfinity/identity-secp256k1": "^1.0.1",
"@dfinity/ledger-icp": "^2.2.3",
"@dfinity/principal": "^1.0.1",
"@google-cloud/cloud-sql-connector": "^1.2.4",
"@google-cloud/functions-framework": "^3.3.0",
"bitcoinjs-lib": "^6.1.5",
"express": "^4.18.3",
"hdkey": "^2.1.0",
"i18next": "^23.10.1",
"isomorphic-fetch": "^3.0.0",
"knex": "^3.1.0",
"pg": "^8.11.3",
"qrcode": "^1.5.3",
"sharp": "^0.33.3",
"table": "^6.8.2",
"telegraf": "^4.16.3"
}
}