-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 866 Bytes
/
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
{
"name": "try-catch",
"version": "3.0.1",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "functional try-catch wrapper",
"homepage": "http://github.com/coderaiser/try-catch",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/try-catch.git"
},
"scripts": {
"test": "madrun test",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"report": "madrun report"
},
"dependencies": {},
"devDependencies": {
"c8": "^7.11.0",
"eslint": "^8.10.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^14.4.0",
"madrun": "^9.0.0",
"putout": "^25.2.0",
"supertape": "^7.2.0"
},
"license": "MIT",
"engines": {
"node": ">=6"
},
"main": "lib/try-catch.js"
}