{
  "name": "@zthun/works.dal",
  "version": "4.0.0",
  "description": "A database access layer for @zthun scoped projects.",
  "author": "Anthony Bonta",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zthun/works",
    "directory": "packages/works.dal"
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "scripts": {
    "build:cjs": "tsc -p ./tsconfig.cjs.json",
    "build:esm": "tsc -p ./tsconfig.esm.json",
    "build": "yarn build:cjs && yarn build:esm && typedoc"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/**",
    "docs/**"
  ],
  "dependencies": {
    "mongodb": "^4.6.0",
    "mongodb-memory-server": "^8.6.0",
    "portfinder": "^1.0.28",
    "uuid": "^8.3.2"
  },
  "sideEffects": false,
  "gitHead": "6328a4780861f8c397eee08a8ef011d20f6d6734"
}
