@caspiandb/data-api-migrations-serverless
Version:
Serverless plugin to start an Aurora Serverless Data API emulator for local development.
51 lines (50 loc) • 1.36 kB
JSON
{
"name": "@caspiandb/data-api-migrations-serverless",
"version": "1.0.0-alpha.20",
"description": "Serverless plugin to start an Aurora Serverless Data API emulator for local development.",
"homepage": "https://github.com/caspiandb/data-api-suite/tree/master/packages/data-api-migrations-serverless",
"repository": {
"type": "git",
"url": "https://github.com/caspiandb/data-api-suite.git",
"directory": "packages/data-api-migrations-serverless"
},
"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 compile",
"clean": "rm -rf ./lib",
"compile": "tsc -b tsconfig.build.json --force --verbose",
"prepare": "npm run build"
},
"license": "MIT",
"dependencies": {
"@caspiandb/data-api-migrations": "^1.0.0-alpha.20",
"chalk": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^24.9.1",
"@types/serverless": "^3.0.2",
"jest": "^27.5.1",
"serverless": "^3.14.0",
"typescript": "^3.8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "fac46db6b7c926387e0ff3ec36f92b7424fdd15d"
}