{
  "name": "easy-mssql",
  "version": "0.1.3",
  "description": "This is a simple and easy to use mssql library for node.js",
  "main": "dist/database.js",
  "types": "dist/database.d.ts",
  "exports": {
    ".": {
      "types": "./dist/database.d.ts",
      "default": "./dist/database.js"
    }
  },
  "scripts": {
    "start": "node dist/simple/server.js",
    "dev": "nodemon dist/simple/server.js",
    "build": "tsc",
    "watch": "tsc -w",
    "test-ts": "ts-node simple/test.ts",
    "test-js": "node simple/test.js",
    "test": "npm run test-ts && npm run test-js",
    "update": "update-modules"
  },
  "author": {
    "name": "cihatksm",
    "email": "me@cihatksm.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cihatksm/easy-mssql.git"
  },
  "keywords": [
    "cihatksm",
    "cihatksm.com",
    "sql",
    "easy",
    "easymssql",
    "easy-mssql",
    "mssql",
    "node-mssql",
    "database"
  ],
  "dependencies": {
    "colors": "^1.4.0",
    "mssql": "^12.7.0",
    "update-modules": "^0.3.3"
  },
  "devDependencies": {
    "@types/mssql": "^12.3.0",
    "@types/node": "^26.1.1",
    "nodemon": "^3.1.14",
    "ts-node": "^10.9.2",
    "typescript": "^7.0.2"
  }
}
