|
14 | 14 | "permissions" |
15 | 15 | ], |
16 | 16 | "scripts": { |
17 | | - "wisdom": "npm run build", |
18 | | - "lint": "redrun lint:*", |
19 | | - "lint:lib": "eslint lib", |
20 | | - "lint:test": "eslint -c .eslintrc.test --no-eslintrc test", |
21 | | - "test": "tape 'test/**/*.js'", |
22 | | - "report": "nyc report --reporter=text-lcov | coveralls", |
23 | | - "coverage": "nyc npm test", |
24 | | - "watcher": "nodemon -w test -w lib --exec", |
25 | | - "watch:test": "npm run watcher -- npm test", |
26 | | - "watch:lint": "npm run watcher -- 'npm run lint'" |
| 17 | + "wisdom": "madrun wisdom", |
| 18 | + "fix:lint": "madrun fix:lint", |
| 19 | + "lint": "madrun lint", |
| 20 | + "lint:test": "madrun lint:test", |
| 21 | + "test": "madrun test", |
| 22 | + "report": "madrun report", |
| 23 | + "coverage": "madrun coverage", |
| 24 | + "watcher": "madrun watcher", |
| 25 | + "watch:test": "madrun watch:test", |
| 26 | + "watch:lint": "madrun watch:lint" |
27 | 27 | }, |
28 | 28 | "dependencies": { |
29 | 29 | "currify": "^4.0.0" |
|
37 | 37 | "coveralls": "^3.0.1", |
38 | 38 | "eslint": "^6.4.0", |
39 | 39 | "eslint-plugin-node": "^10.0.0", |
| 40 | + "eslint-plugin-putout": "^2.0.0", |
| 41 | + "madrun": "^3.0.5", |
40 | 42 | "mkdirp": "^0.5.1", |
41 | 43 | "nodemon": "^1.17.5", |
42 | 44 | "nyc": "^14.1.1", |
43 | | - "rimraf": "^2.6.2" |
| 45 | + "putout": "^6.1.0", |
| 46 | + "supertape": "^1.2.3" |
44 | 47 | } |
45 | 48 | } |
0 commit comments