error-collector
Version:
Simple error bag collector ---
35 lines (34 loc) • 728 B
JSON
{
"name": "error-collector",
"version": "0.3.6",
"description": "",
"main": "./lib/index.js",
"scripts": {
"registry:push": "tsc && npm publish",
"compile": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AntonStolov/error-collector.git"
},
"keywords": [
"error",
"bag",
"collector",
"error-collection",
"error bag",
"error-bag",
"error-log",
"error-handler"
],
"license": "MIT",
"author": "AntonStolov",
"bugs": {
"url": "https://github.com/AntonStolov/error-collector/issues"
},
"homepage": "https://github.com/AntonStolov/error-collector#readme",
"dependencies": {
"typescript": "^4.6.4"
}
}