{
  "name": "express-ts-skeleton",
  "version": "0.1.09",
  "description": "This is a skeleton(boiler plate) for nodejs, express and typescript.",
  "main": "lib/index.js",
  "types": "lib/@types",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -rf lib && tsc "
  },
  "repository": {
    "type": "git",
    "url": "git clone https://jasmeet2003@bitbucket.org/jsmeet/express-ts-skeleton.git"
  },
  "keywords": [
    "express",
    "boiler",
    "plate",
    "skeleton",
    "architecture",
    "express-skeleton",
    "typescript"
  ],
  "author": "JSMEET",
  "license": "MIT",
  "dependencies": {
    "@types/express": "^5.0.0",
    "@types/node": "^22.7.9",
    "express": "^4.21.1",
    "http-status-codes": "^2.3.0",
    "joi": "^17.13.3"
  },
  "devDependencies": {
    "prettier-plugin-sort-imports": "^1.8.6"
  }
}
