{
  "name": "database-ql",
  "version": "1.0.0",
  "description": "Database interface for laf",
  "main": "dist/commonjs/index.js",
  "module": "dist/esm/index.js",
  "scripts": {
    "watch": "tsc -w",
    "test": "mocha tests/units/**/*.test.js",
    "build": "tsc -p tsconfig.json && tsc -p tsconfig.esm.json",
    "lint": "eslint . --fix --ext .ts --ext .js",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/labring/laf.git"
  },
  "keywords": [
    "laf",
    "laf-client-sdk",
    "database-ql"
  ],
  "author": "maslow (wangfugen@126.com)",
  "license": "ISC",
  "devDependencies": {
    "express": "^4.17.1",
    "mocha": "^9.2.0",
    "typescript": "^3.6.2"
  },
  "dependencies": {
    "bson": "^5.5.1"
  },
  "lint-staged": {
    "*.{ts,js}": "eslint --fix"
  }
}
