forked from subquery/subql-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1001 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1001 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
{
"name": "@subql/types-ethereum",
"version": "4.2.3",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc -b",
"changelog:release": "echo \"Updating changelog $npm_package_version\" && npx chan release $npm_package_version --git-url \"https://github.com/subquery/subql-ethereum\" --release-prefix=\"types-ethereum/\""
},
"author": "Ian He",
"main": "dist/index.js",
"license": "GPL-3.0",
"files": [
"/dist",
"!/dist/**/*.spec.js",
"!/dist/**/*.spec.d.ts",
"!/dist/**/*.spec.js.map",
"!/dist/**/*.test.js",
"!/dist/**/*.test.d.ts",
"!/dist/**/*.test.js.map",
"package.json",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"dependencies": {
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/providers": "^5.7.2",
"@subql/types-core": "^2.2.0"
}
}