-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 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
{
"name": "try-to-catch",
"version": "3.0.1",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "function try-catch wrapper for promises",
"homepage": "http://github.com/coderaiser/try-to-catch",
"main": "lib/try-to-catch.js",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/try-to-catch.git"
},
"scripts": {
"test": "madrun test",
"watch:test": "madrun watch:test",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"report": "madrun report"
},
"dependencies": {},
"keywords": [
"try",
"catch",
"function",
"promise",
"async",
"await",
"try-catch",
"then"
],
"devDependencies": {
"c8": "^7.11.2",
"eslint": "^8.10.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^15.1.1",
"madrun": "^9.0.0",
"nodemon": "^2.0.2",
"putout": "^25.4.1",
"supertape": "^7.2.0"
},
"engines": {
"node": ">=6"
},
"license": "MIT"
}