diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/package.json b/package.json index 348ca896..67e00fdf 100644 --- a/package.json +++ b/package.json @@ -8,20 +8,26 @@ "hsmusic": "./src/upd8.js" }, "scripts": { - "test": "tape test/**/*.js", + "test": "tap 'test/snapshot/*.js' 'test/unit/**/*.js'", "dev": "eslint src && node src/upd8.js" }, "dependencies": { "chroma-js": "^2.4.2", "command-exists": "^1.2.9", + "eslint": "^8.37.0", "he": "^1.2.0", "js-yaml": "^4.1.0", + "marked": "^5.0.2", "word-wrap": "^1.2.3" }, "license": "GPL-3.0", "devDependencies": { "chokidar": "^3.5.3", - "eslint": "^8.18.0", - "tape": "^5.4.1" + "tap": "^16.3.4", + "tcompare": "^6.0.0" + }, + "tap": { + "coverage": false, + "coverage-report": false } } |