ts-base-error
Version:
TypeScript Base Extendible Error
32 lines (31 loc) • 788 B
JSON
{
"name": "ts-base-error",
"version": "1.0.5",
"description": "TypeScript Base Extendible Error",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"npm-publish": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reduardo7/ts-base-error.git"
},
"keywords": [
"ts",
"type-script",
"typescript",
"error",
"extends"
],
"author": "Eduardo Daniel Cuomo <reduardo7@gmail.com> <eduardo.cuomo.ar@gmail.com>",
"license": "SEE LICENSE IN LICENCE",
"bugs": {
"url": "https://github.com/reduardo7/ts-base-error/issues"
},
"homepage": "https://github.com/reduardo7/ts-base-error#readme",
"devDependencies": {
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "^3.7.5"
}
}