@supertape/formatter-tap
Version:
📼Supertape formatter tap
50 lines (49 loc) • 1.16 kB
JSON
{
"name": "@supertape/formatter-tap",
"version": "4.0.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "📼Supertape formatter tap",
"homepage": "http://github.com/coderaiser/supertape",
"main": "./lib/tap.js",
"release": false,
"tag": false,
"changelog": false,
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/supertape.git"
},
"scripts": {
"test": "madrun test",
"watch:test": "madrun watch:test",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"report": "madrun report",
"wisdom": "madrun wisdom"
},
"dependencies": {},
"keywords": [
"formatter",
"tap",
"supertape"
],
"devDependencies": {
"c8": "^10.1.2",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^26.1.0",
"madrun": "^11.0.0",
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"pullout": "^5.0.1",
"putout": "^39.0.11",
"supertape": "^11.0.0"
},
"license": "MIT",
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
}
}