UNPKG

@supertape/operator-stub

Version:
59 lines (58 loc) 1.38 kB
{ "name": "@supertape/operator-stub", "version": "4.0.0", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "supertape stub operator", "homepage": "http://github.com/coderaiser/supertape", "main": "./lib/stub.js", "release": false, "tag": false, "changelog": false, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/coderaiser/supertape.git" }, "scripts": { "test": "madrun test", "test:dts": "madrun test:dts", "watch:test": "madrun watch:test", "lint": "madrun lint", "fresh:lint": "madrun fresh:lint", "lint:fresh": "madrun lint:fresh", "fix:lint": "madrun fix:lint", "coverage": "madrun coverage", "report": "madrun report", "wisdom": "madrun wisdom" }, "dependencies": { "@cloudcmd/stub": "^5.0.0" }, "keywords": [ "operator", "stub", "function", "tap", "tape", "testing" ], "devDependencies": { "c8": "^10.1.2", "check-dts": "^0.9.0", "eslint": "^9.1.1", "eslint-plugin-putout": "^29.0.2", "madrun": "^12.1.0", "mock-require": "^3.0.2", "nodemon": "^3.0.1", "putout": "^41.0.2", "supertape": "^12.0.0", "typescript": "^5.1.6" }, "license": "MIT", "engines": { "node": ">=22" }, "publishConfig": { "access": "public" } }