-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 900 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
33
34
35
36
37
38
39
40
{
"name": "@scio-labs/azero-offchain-resolver",
"version": "0.0.1",
"private": true,
"engines": {
"node": "20"
},
"engineStrict": true,
"packageManager": "[email protected]",
"type": "module",
"description": "Packages for an ENS-compatible Aleph Zero offchain resolver",
"repository": "[email protected]:scio-labs/offchain-resolver-ts.git",
"author": "Scio Labs <[email protected]> (https://scio.xyz)",
"license": "MIT",
"workspaces": [
"packages/*"
],
"trustedDependencies": [
"@ensdomains/ens-contracts",
"@trufflesuite/bigint-buffer",
"bufferutil",
"core-js",
"core-js-pure",
"es5-ext",
"esbuild",
"keccak",
"leveldown",
"postinstall-postinstall",
"secp256k1",
"utf-8-validate",
"web3",
"web3-bzz",
"web3-shh",
"workerd"
],
"devDependencies": {
"prettier": "^3.3.3",
"typescript": "^5.6.3"
}
}