{
    "name": "mssqlcoop",
    "version": "1.0.1",
    "description": "small helper functions for work with MS SQL Server in JS/TS",
    "main": "dist/src/index.js",
    "scripts": {
        "test": "node ./dist/test/index.js",
        "update": "npx npm-check-updates -u && npm i && npm audit fix && node ./node_modules/vv-template-nodebackend/index.js",
        "build": "tsc",
        "precommit": "node ./.auto/precommit.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/VasilevVitalii/mssqlcoop.git"
    },
    "author": "Vitalii Vasilev",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/VasilevVitalii/mssqlcoop/issues"
    },
    "homepage": "https://github.com/VasilevVitalii/mssqlcoop#readme",
    "devDependencies": {
        "@types/node": "18.13.0",
        "@typescript-eslint/eslint-plugin": "5.51.0",
        "@typescript-eslint/parser": "5.51.0",
        "eslint": "8.33.0",
        "npm-check-updates": "16.7.4",
        "prettier": "2.8.4",
        "ts-node": "10.9.1",
        "typescript": "4.9.5",
        "vv-template-nodebackend": "0.0.14"
    }
}
