UNPKG

basictap

Version:
41 lines (40 loc) 896 B
{ "name": "basictap", "version": "4.3.5", "type": "module", "description": "Light tap adherent test runner", "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib" }, "dependencies": { "colorette": "^2.0.20", "events": "^3.3.0", "just-tap": "^2.9.4" }, "devDependencies": { "c8": "^8.0.1", "eslint": "^8.46.0", "eslint-config-standard": "^17.1.0" }, "scripts": { "test": "c8 node test", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/markwylde/basictap.git" }, "keywords": [], "author": { "email": "me@markwylde.com", "name": "Mark Wylde", "url": "https://github.com/markwylde" }, "license": "MIT", "bugs": { "url": "https://github.com/markwylde/basictap/issues" }, "homepage": "https://github.com/markwylde/basictap#readme" }