{
    "name": "fib-pool",
    "version": "1.6.2",
    "description": "Generic resource pooling for fibjs",
    "main": "./src",
    "types": "typings/index.d.ts",
    "type": "module",
    "repository": "git://github.com/fibjs/fib-pool.git",
    "author": "Liu Hu <lion@9465.net>",
    "contributors": [
        {
            "name": "Richard",
            "email": "richardo2016@gmail.com"
        }
    ],
    "homepage": "https://github.com/fibjs/fib-pool",
    "license": "MIT",
    "keywords": [
        "pool",
        "database",
        "fibjs"
    ],
    "scripts": {
        "test": "fibjs test",
        "typecheck": "tsc --noEmit",
        "ci": "npm run typecheck && npm run test"
    },
    "devDependencies": {
        "@fibjs/ci": "^2.3.0",
        "@fibjs/types": "^0.27.1",
        "fib-typify": "^0.8.4",
        "typescript": "^5.9.3"
    },
    "ci": {
        "type": "travis, appveyor",
        "version": [
            "0.21.0",
            "0.22.0",
            "0.23.0",
            "0.24.0",
            "0.25.0",
            "0.26.0",
            "0.26.1",
            "0.27.0",
            "0.28.0",
            "0.29.0",
            "0.30.0"
        ]
    }
}
