Skip to content

Commit e7fd6d9

Browse files
authored
Added package.json 📥
1 parent fd0d941 commit e7fd6d9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)