We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0d941 commit e7fd6d9Copy full SHA for e7fd6d9
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "type": "module",
3
+ "name": "@MarketingPipeline/TryCatchJS",
4
+ "description": "A JavaScript library for handling errors in a more structured way.",
5
+ "version": "1.0.0",
6
+ "homepage": "https://github.com/MarketingPipeline/TryCatch.js",
7
+ "license": "MIT",
8
+ "main": "./dist/trycatch.min.js",
9
+ "bugs": {
10
+ "url": "https://github.com/MarketingPipeline/TryCatch.js/issues"
11
+ },
12
+ "author": {
13
+ "url": "https://github.com/MarketingPipeline"
14
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/MarketingPip/TryCatch.js.git"
18
+ }
19
+}
0 commit comments