UNPKG

dynamoose

Version:

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

51 lines (50 loc) 1.37 kB
{ "name": "dynamoose", "version": "4.1.5", "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", "files": [ "dist" ], "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", "build:sourcemap": "tsc --sourceMap", "build:clean": "rimraf dist", "build:watch": "npm run build -- -w", "build:sourcemap:watch": "npm run build:sourcemap -- -w", "test:nocoverage": "jest", "test": "npm run test:nocoverage -- --coverage --transformIgnorePatterns=''", "test:types": "tsc --project test/types/tsconfig.json" }, "dependencies": { "@aws-sdk/client-dynamodb": "^3.782.0", "@aws-sdk/util-dynamodb": "^3.782.0", "dynamoose-utils": "^4.1.5", "js-object-utilities": "^2.2.1" }, "devDependencies": { "dynamoose-logger": "^4.1.5" }, "license": "Unlicense", "funding": [ { "type": "github-sponsors", "url": "https://github.com/sponsors/fishcharlie" }, { "type": "opencollective", "url": "https://opencollective.com/dynamoose" } ] }