just-tap
Version:
A simple tap test runner that can be used in any client/server javascript app.
44 lines (43 loc) • 978 B
JSON
{
"name": "just-tap",
"type": "module",
"version": "2.9.4",
"description": "A simple tap test runner that can be used in any client/server javascript app.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "c8 node test",
"lint": "eslint ."
},
"files": [
"lib/index.js",
"lib/waitUntil.js"
],
"keywords": [
"tap",
"test"
],
"author": "Mark Wylde <me@markwylde.com> (https://github.com/markwylde)",
"license": "MIT",
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"c8": "^8.0.1",
"eslint": "^8.46.0",
"eslint-config-standard": "^17.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markwylde/just-tap.git"
},
"bugs": {
"url": "https://github.com/markwylde/just-tap/issues"
},
"homepage": "https://github.com/markwylde/just-tap#readme",
"dependencies": {
"deep-equal": "^2.2.2",
"diff": "^5.1.0"
}
}