-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 967 Bytes
/
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
{
"name": "@casimir/functions",
"private": true,
"main": "src/index.ts",
"scripts": {
"build": "",
"dev": "npx esno -r dotenv/config scripts/dev.ts",
"functions-simulate-javascript": "node scripts/simulateFunctionsJavaScript.js",
"functions-gen-keys": "node scripts/generateKeypair.js",
"simulate": "npx esno -r dotenv/config scripts/simulate.ts"
},
"dependencies": {
"@chainlink/env-enc": "^1.0.5",
"axios": "^1.1.3",
"crypto-js": "^4.1.1",
"is-http-url": "^2.0.0",
"jsrsasign": "^10.6.0",
"ora": "5.4.1",
"readline": "^1.3.0",
"vm2": "^3.9.18"
},
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.1",
"cbor": "^9.0.1",
"chai": "^4.3.6",
"dotenv": "^16.3.1",
"esno": "^0.17.0",
"eth-crypto": "^2.4.0",
"ethers": "^5.7.2"
}
}