{
  "name": "mssql-i",
  "version": "5.1.9",
  "description": "sqlserver interface, base on mssql",
  "main": "./es/index.js",
  "module": "./es/index.js",
  "typings": "./es/index",
  "files": [
    "es"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heifade/mssql-i.git"
  },
  "scripts": {
    "build": "tsc",
    "test": "nyc mocha"
  },
  "keywords": [
    "sqlserver",
    "mssql",
    "mssql-i",
    "promise"
  ],
  "author": "heifade",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/heifade/mssql-i/issues"
  },
  "homepage": "https://github.com/heifade/mssql-i#readme",
  "mocha": {
    "require": [
      "ts-node/register"
    ],
    "recursive": true,
    "extension": [
      "ts",
      "js",
      "tsx"
    ],
    "timeout": 60000
  },
  "dependencies": {
    "mssql": "^11.0.1"
  },
  "devDependencies": {
    "@types/chai": "^4.2.22",
    "@types/mocha": "^9.0.0",
    "@types/moment": "^2.13.0",
    "@types/mssql": "^9.1.5",
    "chai": "^4.3.4",
    "commander": "^8.3.0",
    "mocha": "^9.1.3",
    "moment": "^2.29.1",
    "nyc": "^15.1.0",
    "ts-node": "^10.4.0",
    "typescript": "^4.4.4"
  }
}