safely-try
Version:
An elegant try-catch replacement for JavaScript / TypeScript
43 lines (42 loc) • 942 B
JSON
{
"name": "safely-try",
"description": "An elegant try-catch replacement for JavaScript / TypeScript",
"type": "module",
"exports": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"default": "./lib/index.js"
},
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc --outDir ./lib",
"test": "jest"
},
"keywords": [
"safely",
"try",
"catch",
"error"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jeeyo/safely-try.git"
},
"author": "Natchanon Nuntanirund <jeeyo@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeeyo/safely-try/issues"
},
"homepage": "https://github.com/jeeyo/safely-try",
"devDependencies": {
"@types/jest": "^29.2.3",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
},
"files": [
"lib/**/*"
],
"version": "1.2.0"
}