|
| 1 | +{ |
| 2 | + "name": "@effect-mongodb/services", |
| 3 | + "private": true, |
| 4 | + "author": "doubleloop.io", |
| 5 | + "version": "0.0.4", |
| 6 | + "type": "module", |
| 7 | + "license": "MIT", |
| 8 | + "description": "A MongoDB toolkit for Effect", |
| 9 | + "homepage": "https://github.com/doubleloop-io/effect-mongodb", |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "https://github.com/doubleloop-io/effect-mongodb", |
| 13 | + "directory": "packages/services" |
| 14 | + }, |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/doubleloop-io/effect-mongodb/issues" |
| 17 | + }, |
| 18 | + "tags": [ |
| 19 | + "typescript", |
| 20 | + "mongodb", |
| 21 | + "effect", |
| 22 | + "functional-programming" |
| 23 | + ], |
| 24 | + "keywords": [ |
| 25 | + "typescript", |
| 26 | + "mongodb", |
| 27 | + "effect", |
| 28 | + "functional-programming" |
| 29 | + ], |
| 30 | + "publishConfig": { |
| 31 | + "access": "public", |
| 32 | + "directory": "dist", |
| 33 | + "provenance": true |
| 34 | + }, |
| 35 | + "packageManager": "pnpm@9.4.0", |
| 36 | + "scripts": { |
| 37 | + "codegen": "build-utils prepare-v2", |
| 38 | + "build": "pnpm build-esm && pnpm build-annotate && pnpm build-cjs && build-utils pack-v2", |
| 39 | + "build-esm": "tsc -b tsconfig.build.json", |
| 40 | + "build-cjs": "babel build/esm --plugins @babel/transform-export-namespace-from --plugins @babel/transform-modules-commonjs --out-dir build/cjs --source-maps", |
| 41 | + "build-annotate": "babel build/esm --plugins annotate-pure-calls --out-dir build/esm --source-maps", |
| 42 | + "typecheck": "pnpm check", |
| 43 | + "typecheck:w": "pnpm check --watch", |
| 44 | + "dtslint": "dtslint dtslint", |
| 45 | + "check": "tsc -b tsconfig.json", |
| 46 | + "test": "vitest", |
| 47 | + "coverage": "vitest --coverage" |
| 48 | + }, |
| 49 | + "peerDependencies": { |
| 50 | + "effect": "^3.10.14", |
| 51 | + "mongodb": "^6.8.0", |
| 52 | + "effect-mongodb": "workspace:^" |
| 53 | + }, |
| 54 | + "devDependencies": { |
| 55 | + "effect": "^3.10.14", |
| 56 | + "mongodb": "^6.8.0", |
| 57 | + "effect-mongodb": "workspace:^", |
| 58 | + "@types/node": "^22.5.4" |
| 59 | + } |
| 60 | +} |
0 commit comments