-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 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
52
53
{
"name": "@fuseio/earn-sdk",
"version": "1.0.9",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint .",
"prepublish": "yarn build",
"lint-fix": "eslint . --fix",
"build": "tsc",
"test": "jest",
"docs": "typedoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuseio/earn-sdk.git"
},
"keywords": [
"fuseio",
"rewards"
],
"author": "Mulenga Bowa",
"license": "ISC",
"bugs": {
"url": "https://github.com/fuseio/earn-sdk/issues"
},
"homepage": "https://github.com/fuseio/earn-sdk#readme",
"dependencies": {
"@apollo/client": "^3.3.21",
"bignumber.js": "^9.0.1",
"cross-fetch": "^3.1.4",
"graphql": "^15.5.1",
"web3": "^1.4.0"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"jest": "^27.0.6",
"standard": "^16.0.3",
"ts-jest": "^27.0.3",
"typedoc": "^0.21.5",
"typedoc-plugin-markdown": "^3.10.4",
"typescript": "^4.3.5"
},
"packageManager": "[email protected]"
}