UNPKG

cdk-rds-sql

Version:

A CDK construct that allows creating roles and databases an on Aurora Serverless Postgresql cluster.

38 lines (37 loc) 924 B
{ "author": { "name": "Clint Phillips", "url": "http://github.com/cphillips" }, "name": "node-pg-format", "license": "MIT", "homepage": "https://github.com/cphillips/node-pg-format", "description": "Node.js implementation of PostgreSQL's format() to safely create dynamic SQL queries.", "version": "1.3.5", "repository": { "type": "git", "url": "https://github.com/cphillips/node-pg-format.git" }, "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "./lib" }, "engines": { "node": ">=4.0" }, "devDependencies": { "@types/expect": "^24.3.0", "@types/mocha": "^9.1.0", "@types/node": "^15.0.2", "mocha": "^9.2.2", "should": "^13.2.3", "ts-mocha": "^9.0.2", "typescript": "^4.2.4" }, "scripts": { "prepublish": "npm run build", "build": "tsc", "test": "ts-mocha -p tsconfig.json src/**/*.spec.ts" } }