@supertape/formatter-json-lines
Version:
📼Supertape formatter progress bar
56 lines (55 loc) • 1.34 kB
JSON
{
"name": "@supertape/formatter-json-lines",
"version": "2.0.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "📼Supertape formatter progress bar",
"homepage": "http://github.com/coderaiser/supertape",
"main": "./lib/json-lines.js",
"commitType": "colon",
"release": false,
"tag": false,
"changelog": false,
"type": "module",
"repository": {
"type": "git",
"url": "git://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": {
"fullstore": "^3.0.0"
},
"keywords": [
"formatter",
"json-lines",
"supertape"
],
"devDependencies": {
"@babel/core": "^7.12.9",
"c8": "^7.3.5",
"eslint": "^8.0.0-beta.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-putout": "^16.0.1",
"madrun": "^9.0.0",
"mock-require": "^3.0.2",
"montag": "^1.0.0",
"nodemon": "^2.0.2",
"pullout": "^4.0.0",
"putout": "^27.2.0",
"supertape": "^7.0.0"
},
"license": "MIT",
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
}
}