@baselinejs/dynamodb
Version:
DynamoDB library for simple and optimized way to use AWS DynamoDB
45 lines (44 loc) • 1.2 kB
JSON
{
"name": "@baselinejs/dynamodb",
"version": "0.2.5",
"author": "BaselineJS",
"description": "DynamoDB library for simple and optimized way to use AWS DynamoDB",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup",
"pretty": "npx prettier --write 'src/**/*.{ts,json,md}' && npx prettier --write '*.js'",
"pretty:dist": "npx prettier --write 'dist/**/*.ts' --ignore-path=/dev/null"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Baseline-JS/dynamodb.git"
},
"keywords": [
"DynamoDB",
"AWS",
"Database",
"TypeScript"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Baseline-JS/dynamodb/issues"
},
"homepage": "https://github.com/Baseline-JS/dynamodb#readme",
"devDependencies": {
"@types/node": "^20.11.24",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.529.1",
"@aws-sdk/lib-dynamodb": "^3.529.1",
"@aws-sdk/util-dynamodb": "^3.529.1"
}
}