-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@supertape/formatter-json-lines",
"version": "2.0.1",
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"description": "📼Supertape formatter progress bar",
"homepage": "http://github.com/coderaiser/supertape",
"main": "./lib/json-lines.js",
"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": {
"c8": "^10.1.2",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^22.0.0",
"madrun": "^10.0.0",
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"pullout": "^5.0.1",
"putout": "^36.0.2",
"supertape": "^10.0.0"
},
"license": "MIT",
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
}
}