{
  "name": "@tediousjs/connection-string",
  "version": "0.4.2",
  "description": "SQL ConnectionString parser",
  "repository": {
    "type": "git",
    "url": "https://github.com/tediousjs/connection-string"
  },
  "bugs": {
    "url": "https://github.com/tediousjs/connection-string/issues"
  },
  "homepage": "https://github.com/tediousjs/connection-string#readme",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prepare": "tsc",
    "build": "tsc",
    "lint": "eslint .",
    "test": "mocha -r ts-node/register test/**/*",
    "test:workflow": "npm run test --silent -- --forbid-only"
  },
  "keywords": [
    "mssql",
    "tsql",
    "connectionstring"
  ],
  "author": "Dan Hensby <git@hens.by>",
  "license": "MIT",
  "files": [
    "/lib/**"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@tsconfig/node10": "^1.0.8",
    "@types/chai": "^4.3.1",
    "@types/mocha": "^9.1.1",
    "@types/node": "^10.17.60",
    "@typescript-eslint/eslint-plugin": "^5.21.0",
    "@typescript-eslint/parser": "^5.21.0",
    "chai": "^4.2.0",
    "eslint": "^8.14.0",
    "mocha": "^9.2.2",
    "ts-node": "^10.7.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.1.3"
  },
  "dependencies": {}
}
