{
    "name": "sybase-ts",
    "version": "1.3.1",
    "description": "A simple Node.js wrapper around a Java/jConnect application that provides easy access to Sybase databases without having to install ODBC or 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/korokteam/sybase-ts"
    },
    "keywords": [
        "database",
        "sybase",
        "jtds",
        "sql",
        "java"
    ],
    "author": "Claudio Alexssandro Lino <claudio.lino.dev@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/korokteam/sybase-ts/issues"
    },
    "homepage": "https://github.com/korokteam/sybase-ts#readme",
    "files": [
        "module/**/*",
        "JavaSybaseLink/**/*"
    ],
    "devDependencies": {
        "@types/babel__core": "^7.20.1",
        "@types/jest": "^29.5.2",
        "@types/json-stable-stringify": "^1.0.34",
        "@types/node": "^20.3.1",
        "jest": "^29.5.0",
        "rimraf": "^5.0.1",
        "ts-jest": "^29.1.0",
        "ts-node": "^10.9.1",
        "typescript": "^5.1.3"
    },
    "dependencies": {
        "dotenv": "^16.1.4",
        "json-stable-stringify": "^1.0.2",
        "JSONStream": "^1.3.5"
    }
}
