{
  "name": "@krvinay/express_api",
  "version": "1.0.8",
  "description": "Node API Application server",
  "author": "Vinay Kumar",
  "license": "MIT",
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "require": "./index.js"
    },
    "./util": {
      "types": "./util.d.ts",
      "import": "./util.js",
      "require": "./util.js"
    },
    "./mysql": {
      "types": "./mysql.d.ts",
      "import": "./mysql.js",
      "require": "./mysql.js"
    },
    "./threads": {
      "types": "./threads.d.ts",
      "import": "./threads.js",
      "require": "./threads.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kumarvinay32/express_api.git"
  },
  "keywords": [
    "API",
    "SERVER"
  ],
  "bugs": {
    "url": "https://github.com/kumarvinay32/express_api/issues"
  },
  "homepage": "https://github.com/kumarvinay32/express_api#readme",
  "dependencies": {
    "dotenv": "^17.3.1",
    "express": "^4.21.2",
    "mysql2": "^3.20.0",
    "sequelize": "^6.37.8"
  },
  "engines": {
    "node": ">= 18.0.0"
  },
  "scripts": {
    "postinstall": "node install/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "index.d.ts",
    "index.js",
    "install",
    "lib",
    "mysql.d.ts",
    "mysql.js",
    "operators.d.ts",
    "package.json",
    "README.md",
    "threads.d.ts",
    "threads.js",
    "util.d.ts",
    "util.js"
  ]
}
