{
    "name": "@frangiskos/mssql",
    "version": "0.6.2",
    "description": "Connect to an MS-SQL server and run queries using a simple API",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "prepare": "npm run test && npm run build",
        "build": "tsc",
        "test": "ts-node src/tests",
        "publish": "npm publish"
    },
    "engines": {
        "node": ">=6"
    },
    "keywords": [
        "database",
        "mssql",
        "sql",
        "sqlserver",
        "node-sqlserver",
        "Microsoft SQL Server",
        "node-mssql"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/frangiskos/mssql.git"
    },
    "author": "Frangiskos <frangiskos@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/frangiskos/mssql/issues"
    },
    "homepage": "https://github.com/frangiskos/mssql",
    "dependencies": {
        "@types/mssql": "^8.1.1",
        "mssql": "^9.0.1"
    },
    "devDependencies": {
        "@faker-js/faker": "^7.5.0",
        "dotenv": "^16.0.0",
        "ts-node": "^10.9.1",
        "typescript": "^4.8.4"
    }
}
