-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "revo-compounder",
"version": "0.0.0",
"description": "Revo compounder",
"repository": "[email protected]:revo-market/revo-compounder.git",
"contributors": [
{
"name": "Charlie Andrews-Jubelt"
}
],
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"lint": "eslint --ext=.tsx,.ts --fix src/",
"format": "prettier --loglevel error --write \"./src/**/*.ts\""
},
"engines": {
"node": "^16.12.0"
},
"devDependencies": {
"@google-cloud/functions-framework": "^3.1.0",
"@types/bunyan": "^1.8.8",
"@types/bunyan-prettystream": "^0.1.32",
"@types/node": "^17.0.21",
"@types/yargs": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@valora/eslint-config-typescript": "^0.0.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.29.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-native": "^4.0.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
},
"dependencies": {
"@celo/contractkit": "^1.5.2",
"bignumber.js": "^9.0.2",
"bunyan": "^1.8.15",
"bunyan-prettystream": "^0.1.3",
"yargs": "^17.3.1"
}
}