{
  "name": "@adonoustech/bacon-data",
  "version": "2.10.0",
  "scripts": {
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build:es": "tsc -p tsconfig.es.json",
    "build": "npm run build:es && npm run build:cjs",
    "test": "jest"
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/es/index.js",
  "types": "./dist/types/index.d.ts",
  "author": {
    "name": "Adonous Tech",
    "url": "https://adonoustech.io"
  },
  "description": "TBD",
  "homepage": "https://github.com/AdonousTech/bacon-data#readme",
  "license": "Apache-2.0",
  "devDependencies": {
    "jest": "^30.0.2",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@adonoustech/bacon-action-items": "^2.5.3",
    "@aws-sdk/client-dynamodb": "^3.965.0",
    "tslib": "^2.8.1"
  },
  "engines": {
    "node": ">= 10.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AdonousTech/bacon-data.git",
    "directory": "packages/bacon-data"
  },
  "bugs": {
    "url": "https://github.com/AdonousTech/bacon-data/issues"
  },
  "gitHead": "2b4457290428a1fd4fb06b7e6fcb7ec06306480b"
}
