UNPKG

690 BJSONView Raw
1{
2 "name": "nice-try",
3 "version": "3.0.1",
4 "authors": [
5 "Tobias Reich <tobias@electerious.com>"
6 ],
7 "description": "Tries to execute a function and discards any error that occurs",
8 "main": "src/index.js",
9 "keywords": [
10 "try",
11 "catch",
12 "error"
13 ],
14 "license": "MIT",
15 "homepage": "https://github.com/electerious/nice-try",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/electerious/nice-try.git"
19 },
20 "files": [
21 "src"
22 ],
23 "scripts": {
24 "coveralls": "nyc report --reporter=lcov",
25 "test": "nyc node_modules/mocha/bin/_mocha"
26 },
27 "devDependencies": {
28 "chai": "^4.3.4",
29 "mocha": "^9.0.1",
30 "nyc": "^15.1.0"
31 }
32}