UNPKG

dynamoose-utils

Version:

Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)

36 lines (35 loc) 872 B
{ "name": "dynamoose-utils", "version": "4.0.4", "description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)", "homepage": "https://dynamoosejs.com", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/dynamoose/dynamoose.git" }, "author": { "name": "Charlie Fish", "email": "fishcharlie.code@gmail.com", "url": "https://charlie.fish" }, "scripts": { "build": "tsc" }, "dependencies": { "js-object-utilities": "^2.2.1" }, "license": "Unlicense", "funding": [ { "type": "github-sponsors", "url": "https://github.com/sponsors/fishcharlie" }, { "type": "opencollective", "url": "https://opencollective.com/dynamoose" } ], "gitHead": "54599c999e4e57884cb6fbfe47b33037bbe8ceca" }