@supertape/operator-stub
Version:
supertape stub operator
61 lines (60 loc) • 1.44 kB
JSON
{
"name": "@supertape/operator-stub",
"version": "3.1.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://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": "^4.0.0"
},
"keywords": [
"operator",
"stub",
"function",
"tap",
"tape",
"testing"
],
"devDependencies": {
"@babel/core": "^7.12.9",
"c8": "^8.0.0",
"check-dts": "^0.7.0",
"eslint": "^8.0.0-beta.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-putout": "^20.0.0",
"madrun": "^9.0.0",
"mock-require": "^3.0.2",
"nodemon": "^3.0.1",
"putout": "^32.0.6",
"supertape": "^8.0.0",
"typescript": "^5.1.6"
},
"license": "MIT",
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
}
}