-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 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
{
"name": "api-telos-net",
"version": "1.1.4",
"description": "Backend services running at api.telos.net",
"main": "",
"scripts": {
"test": "serverless-bundle test",
"local": "pm2 start ecosystem.config.js --only api-local --node-args=\"--inspect-brk\"",
"dev": "pm2 start ecosystem.config.js --only api-dev --node-args=\"--inspect-brk\"",
"prod": "pm2 start ecosystem.config.js --only api-prod --node-args=\"--inspect-brk\""
},
"author": "Telos Kitchen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitlab.com/telos-kitchen/api-telos-net.git"
},
"devDependencies": {
"fastify-file-upload": "4.0.0"
},
"dependencies": {
"@telosnetwork/telosevm-js": "0.2.0",
"aws-sdk": "^2.788.0",
"axios": "^1.6.2",
"big.js": "^6.2.2",
"eosjs": "^20.0.0",
"eosjs-ecc": "^4.0.4",
"ethers": "^5.7.1",
"fastify": "^2.12.0",
"fastify-autoload": "^1.2.1",
"fastify-cors": "^3.0.3",
"fastify-graceful-shutdown": "^2.0.1",
"fastify-oas": "^2.5.0",
"fastify-swagger": "^5.2.0",
"google-auth-library": "^9.4.1",
"moment": "^2.29.4",
"node-fetch": "^2.6.7",
"pino": "^6.3.2",
"pino-pretty": "^4.0.0",
"solc": "^0.8.11",
"twilio": "^3.34.0",
"util": "^0.12.1",
"web3-eth": "^1.6.1"
}
}