UNPKG

800 BJSONView Raw
1{
2 "name": "errly",
3 "version": "0.0.2",
4 "description": "Better error handling in TypeScript.",
5 "author": "Matt Stephens",
6 "type": "module",
7 "exports": "./build/index.js",
8 "main": "./build/index.js",
9 "scripts": {
10 "build": "tsc"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/mstephen19/errly"
15 },
16 "homepage": "https://github.com/mstephen19/errly#readme",
17 "bugs": {
18 "url": "https://github.com/mstephen19/errly/issues"
19 },
20 "keywords": [
21 "error",
22 "errors",
23 "catch",
24 "err",
25 "errs",
26 "try catch",
27 "try",
28 "throw",
29 "golang",
30 "go"
31 ],
32 "license": "MIT",
33 "devDependencies": {
34 "@types/node": "^18.14.5"
35 }
36}