onebeyond/error-handler-module

View on GitHub
examples/ts-example/package.json

Summary

Maintainability
Test Coverage
{
  "name": "ts-example",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "type": "commonjs",
  "scripts": {
    "build": "tsc --build",
    "dev": "ts-node app.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guidesmiths/error-handler-module.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/guidesmiths/error-handler-module/issues"
  },
  "homepage": "https://github.com/guidesmiths/error-handler-module#readme",
  "dependencies": {
    "express": "^4.18.1",
    "winston": "^3.8.2"
  },
  "devDependencies": {
    "@types/express": "^4.17.14",
    "@types/node": "^18.7.18",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.3"
  }
}