{
    "name": "laf-db-query-wrapper",
    "version": "1.0.26",
    "description": "laf-client-sdk 查询语法包装",
    "type": "commonjs",
    "main": "cjs/index.js",
    "module": "esm/index.js",
    "types": "esm/index.d.ts",
    "author": "琉璃 liuli.dnn@email.cn",
    "license": "Apache License 2.0",
    "keywords": [
        "laf",
        "laf-client-sdk",
        "琉璃"
    ],
    "scripts": {
        "build-cjs": "tsc --outDir ./cjs --module CommonJS",
        "build-esm": "tsc --outDir ./esm --module ESNext",
        "build": "npm run build-cjs && npm run build-esm",
        "test": "echo \"Error: no test specified\" && exit 1",
        "prepare": "npm run build",
        "push": "del /F /Q /S cjs esm & npm run build & npm publish"
    },
    "repository": {
        "type": "git",
        "url": "git@gitee.com:song-yan-ru-mo_admin/laf-db-query-wrapper.git"
    },
    "dependencies": {
        "@es-tool/core": "^1.0.6"
    },
    "devDependencies": {
        "tslib": "^2.5.0",
        "typescript": "^4.7.3"
    },
    "optionalDependencies": {
        "database-ql": "^0.8.2",
        "laf-client-sdk": "^0.8.13"
    },
    "files": [
        "cjs/**/*",
        "esm/**/*"
    ]
}
