{
	"name": "odynm",
	"version": "1.3.1",
	"description": "ODynM - Strongly typed Object DynamoDB Mapper",
	"author": {
		"name": "2ChRisPY5",
		"url": "https://github.com/2ChRisPY5"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/2ChRisPY5/odynm.git"
	},
	"keywords": [
		"odynm",
		"dynamodb",
		"mapper"
	],
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/2ChRisPY5/odynm/issues"
	},
	"homepage": "https://github.com/2ChRisPY5/odynm#readme",
	"main": "./cjs/index.cjs",
	"module": "./esm/index.mjs",
	"types": "./esm/index.d.mts",
	"exports": {
		".": {
			"types": "./esm/index.d.mts",
			"import": "./esm/index.mjs",
			"require": "./cjs/index.cjs"
		}
	},
	"files": [
		"cjs",
		"esm"
	],
	"peerDependencies": {
		"@aws-sdk/client-dynamodb": "^3.0.0",
		"@aws-sdk/lib-dynamodb": "^3.0.0"
	}
}
