{
    "name": "sybase-conn-ts",
    "version": "1.2.0",
    "description": "Um wrapper node.js simples em torno de um aplicativo java/jconnect que fornece acesso fácil aos bancos de dados Sybase sem ter que instalar odbc ou freetds.",
    "main": "module/index.js",
    "types": "module/index.d.ts",
    "sideEffects": false,
    "scripts": {
        "clean": "rimraf module",
        "build": "npm run clean && tsc",
        "test": "jest",
        "prepublish": "npm run test && npm run build"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/codigosecafe/sybase-conn-ts.git"
    },
    "keywords": [
        "database",
        "sybase",
        "jtds",
        "sql",
        "java"
    ],
    "author": "Claudio Alexssandro Lino <claudio.lino.dev@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/codigosecafe/sybase-conn-ts/issues"
    },
    "homepage": "https://github.com/codigosecafe/sybase-conn-ts#readme",
    "files": [
        "module/**/*",
        "JavaSybaseLink/**/*"
    ],
    "devDependencies": {
        "@types/babel__core": "^7.1.19",
        "@types/jest": "^29.2.1",
        "@types/json-stable-stringify": "^1.0.34",
        "@types/node": "^18.11.9",
        "jest": "^29.2.2",
        "rimraf": "^3.0.2",
        "ts-jest": "^29.0.3",
        "ts-node": "^10.9.1",
        "typescript": "^4.8.4"
    },
    "dependencies": {
        "dotenv": "^16.0.3",
        "json-stable-stringify": "^1.0.1",
        "JSONStream": "^1.3.5"
    }
}