{
    "name": "stimulsoft-data-adapter",
    "version": "2023.2.8",
    "description": "Nodejs data adapter for Stimulsoft Reports.JS",
    "main": "index.js",
    "scripts": {
        "start": "node index.js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/stimulsoft/DataAdapters.JS/tree/main/NodejsDataAdapters"
    },
    "dependencies": {
        "mssql": "^6.2.1",
        "mysql2": "^2.3.3",
        "node-firebird": "^0.9.8",
        "pg": "^8.3.3",
        "tzdata": "^1.0.25"
    },
    "files": [
        "package.json",
        "README.md",
        "index.js",
        "FirebirdAdapter.js",
        "MSSQLAdapter.js",
        "MySQLAdapter.js",
        "PostgreSQLAdapter.js"
    ],
    "author": {
        "name": "Stimulsoft",
        "url": "http://www.stimulsoft.com"
    },
    "maintainers": [
        {
            "name": "Stimulsoft",
            "email": "info@stimulsoft.com",
            "url": "http://www.stimulsoft.com"
        }
    ],
    "contributors": [
        {
            "name": "Stimulsoft",
            "email": "info@stimulsoft.com",
            "url": "http://www.stimulsoft.com"
        }
    ],
    "license": "Closed Source",
    "homepage": "https://github.com/stimulsoft/DataAdapters.JS/tree/main/NodejsDataAdapters"
}