|
12 | 12 | } |
13 | 13 | }, |
14 | 14 | "scripts": { |
15 | | - "lint": "eslint lib/ examples/ test/ index.js", |
| 15 | + "lint": "standard", |
16 | 16 | "test": "npm run lint && npm run unit", |
17 | 17 | "unit": "NODE_ENV=test mocha -b --recursive", |
18 | | - "docs": "rm -rf docs && node_modules/.bin/jsdoc --configure .jsdoc.json --verbose", |
19 | | - "build": "babel -q ./index.js -d ./dist && babel -q ./lib -d ./dist/lib && copy package.json dist" |
| 18 | + "docs": "rm -rf docs && node_modules/.bin/jsdoc --configure .jsdoc.json --verbose" |
20 | 19 | }, |
21 | 20 | "repository": { |
22 | 21 | "type": "git", |
|
42 | 41 | }, |
43 | 42 | "homepage": "http://bitfinexcom.github.io/bitfinex-api-node/", |
44 | 43 | "devDependencies": { |
45 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
46 | | - "babel-plugin-transform-regenerator": "^6.26.0", |
47 | | - "babel-preset-env": "^1.7.0", |
48 | 44 | "bfx-api-mock-srv": "^1.0.4", |
49 | 45 | "chai": "^4.2.0", |
50 | 46 | "docdash": "^1.2.0", |
51 | 47 | "dotenv": "^8.2.0", |
52 | | - "eslint": "^6.8.0", |
53 | | - "eslint-config-standard": "^14.1.0", |
54 | | - "eslint-plugin-import": "^2.20.1", |
55 | | - "eslint-plugin-jsdoc": "^22.0.0", |
56 | | - "eslint-plugin-lodash": "^6.0.0", |
57 | | - "eslint-plugin-node": "^11.0.0", |
58 | | - "eslint-plugin-promise": "^4.2.1", |
59 | | - "eslint-plugin-standard": "^4.0.1", |
60 | 48 | "husky": "^4.2.3", |
61 | 49 | "jsdoc-to-markdown": "^5.0.1", |
62 | 50 | "mocha": "^7.1.0", |
63 | 51 | "socks-proxy-agent": "^5.0.0", |
64 | | - "standard": "^14.3.1" |
| 52 | + "standard": "^16.0.3" |
65 | 53 | }, |
66 | 54 | "dependencies": { |
67 | 55 | "readline-promise": "^1.0.4", |
68 | 56 | "blessed": "^0.1.81", |
69 | 57 | "blessed-contrib": "^4.8.19", |
70 | 58 | "cli-table3": "^0.6.0", |
71 | | - "bfx-api-node-models": "^1.3.1", |
72 | | - "bfx-api-node-rest": "^4.0.0", |
73 | | - "bfx-api-node-util": "^1.0.2", |
| 59 | + "bfx-api-node-models": "^1.4.0", |
| 60 | + "bfx-api-node-rest": "^4.1.2", |
| 61 | + "bfx-api-node-util": "^1.0.10", |
74 | 62 | "bfx-api-node-ws1": "^1.0.0", |
75 | 63 | "bignumber.js": "^9.0.0", |
76 | 64 | "bluebird": "^3.5.1", |
77 | 65 | "cbq": "0.0.1", |
78 | | - "copy": "^0.3.2", |
79 | 66 | "crc-32": "^1.2.0", |
80 | 67 | "debug": "^4.1.1", |
81 | 68 | "lodash": "^4.17.4", |
|
86 | 73 | "request": "^2.67.0", |
87 | 74 | "request-promise": "^4.2.0", |
88 | 75 | "ws": "^7.2.1" |
| 76 | + }, |
| 77 | + "standard": { |
| 78 | + "ignore": [ |
| 79 | + "/docs/**/*.js" |
| 80 | + ] |
89 | 81 | } |
90 | 82 | } |
0 commit comments