forked from EdgeApp/edge-reports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.54 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
{
"name": "edge-reports",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node lib/report.js",
"cache": "node lib/report.js ssRaw.json",
"build": "flow-remove-types src/ -d lib/",
"build:clean": "rimraf lib",
"test": "npm run lint",
"flow": "flow status",
"format": "prettier-eslint --write '*.js' 'src/**/*.js' 'test/**/*.js'",
"lint": "eslint '*.js' 'src/**/*.js' 'test/**/*.js' && npm run flow",
"lint:fix": "eslint --fix '*.js' 'src/**/*.js' 'test/**/*.js' && npm run flow",
"precommit": "npm run build && npm test"
},
"author": "Paul Puey <[email protected]>",
"license": "ISC",
"dependencies": {
"api-changelly": "git://github.com/changelly/api-changelly.git#8e350f3",
"await-sleep": "0.0.1",
"biggystring": "^3.0.1",
"changelly_api": "git://github.com/changelly/api-changelly.git#8e350f3",
"csvtojson": "^2.0.10",
"json-format": "^1.0.1",
"jsonfile": "^4.0.0",
"node-fetch": "^1.7.3",
"sprintf-js": "^1.1.1",
"web3": "^1.0.0-beta.52"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-flow": "^6.23.0",
"eslint": "4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"flow-bin": "^0.62.0",
"flow-remove-types": "^1.2.3",
"husky": "^0.12.0"
}
}