@bob-obringer/http-errors
Version:
A collection of HTTP Error Classes
31 lines • 806 B
JSON
{
"name": "@bob-obringer/http-errors",
"version": "0.4.1",
"private": false,
"description": "A collection of HTTP Error Classes",
"keywords": [
"http",
"error",
"bob-obringer"
],
"homepage": "https://github.com/bob-obringer/monorepo/tree/develop/public-packages/http-errors",
"bugs": "https://github.com/bob-obringer/monorepo/issues",
"repository": {
"type": "git",
"url": "https://github.com/bob-obringer/monorepo.git"
},
"license": "MIT",
"author": "Bob Obringer <bob@obringer.net>",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules",
"dev": "tsc -w -p tsconfig.dev.json",
"lint": "eslint --fix 'src/**/*.{ts,tsx}'"
}
}