forked from RequestNetwork/requestNetwork
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.19 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
46
47
48
49
50
51
{
"name": "@requestnetwork/types",
"version": "0.36.0",
"publishConfig": {
"access": "public"
},
"description": "Types for Request Network packages.",
"keywords": [
"requestnetwork",
"types"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RequestNetwork/requestNetwork.git"
},
"homepage": "https://github.com/RequestNetwork/requestNetwork/tree/master/packages/types#readme",
"bugs": {
"url": "https://github.com/RequestNetwork/requestNetwork/issues"
},
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "src",
"test": "test"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "shx rm -rf dist tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo",
"lint": "eslint . --fix",
"lint:check": "eslint .",
"prepare": "yarn run build"
},
"dependencies": {
"ethers": "5.5.1",
"events": "3.2.0"
},
"devDependencies": {
"@types/events": "3.0.0",
"shx": "0.3.2",
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}