UNPKG

@caspiandb/data-api-local

Version:
57 lines (56 loc) 1.44 kB
{ "name": "@caspiandb/data-api-local", "version": "1.0.0-alpha.20", "description": "AWS Aurora Serverless Data API emulator for local development.", "homepage": "https://github.com/caspiandb/data-api-suite/tree/master/packages/data-api-local", "repository": { "type": "git", "url": "https://github.com/caspiandb/data-api-suite.git", "directory": "packages/data-api-local" }, "bugs": { "url": "https://github.com/caspiandb/data-api-suite/issues" }, "keywords": [ "AWS Aurora Serverless Data API", "Serverless", "Plugin", "Local", "Offline", "Postgres", "PostgreSQL" ], "main": "lib/index.js", "types": "lib/index", "files": [ "lib" ], "scripts": { "build": "npm run clean && npm run compile", "clean": "rm -rf ./lib", "compile": "tsc -b tsconfig.build.json --force --verbose", "prepare": "npm run build" }, "license": "MIT", "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", "http-errors": "^1.7.3", "pg": "^8.7.1", "uuid": "^3.4.0" }, "devDependencies": { "@types/express": "^4.17.3", "@types/http-errors": "^1.6.3", "@types/node": "^13.9.3", "@types/pg": "^7.14.3", "@types/uuid": "^3.4.8", "aws-sdk": "^2.644.0", "jest": "^27.5.1", "typescript": "^3.8.3" }, "gitHead": "fac46db6b7c926387e0ff3ec36f92b7424fdd15d", "publishConfig": { "access": "public" } }