forked from orbs-network/orbs-lambda
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 774 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 774 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
{
"name": "orbs-lambda",
"version": "1.0.0",
"description": "",
"dependencies": {
"@orbs-network/ethereum-multicall": "2.2.0",
"@orbs-network/pos-analytics-lib": "^0.9.5",
"cron-parser": "^4.4.0",
"ethereum-multicall": "^2.10.0",
"bignumber.js": "^9.0.1",
"node-fetch": "^2.6.5",
"web3": "^1.5.2"
},
"devDependencies": {
"dotenv": "^16.0.0",
"chai": "^4.3.7",
"mocha": "^10.2.0"
},
"mocha": {
"require": [
"chai"
],
"timeout": 20000
},
"scripts": {
"test": "mocha ./.github"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orbs-network/orbs-lambda.git"
},
"author": "",
"license": "ISC",
"homepage": "https://github.com/orbs-network/orbs-lambda#readme"
}