flywaymigrationconstruct
Version:
Flyway is an opensource tool to easily evolve your db : https://flywaydb.org/
141 lines • 3.63 kB
JSON
{
"name": "flywaymigrationconstruct",
"repository": {
"type": "git",
"url": "https://github.com/APrzysiuda/flywaymigrationconstruct.git"
},
"scripts": {
"clobber": "npx projen clobber",
"compile": "npx projen compile",
"test:compile": "npx projen test:compile",
"test": "npx projen test",
"build": "npx projen build",
"test:watch": "npx projen test:watch",
"test:update": "npx projen test:update",
"bump": "npx projen bump",
"unbump": "npx projen unbump",
"publish:github": "npx projen publish:github",
"default": "npx projen default",
"watch": "npx projen watch",
"package": "npx projen package",
"eslint": "npx projen eslint",
"compat": "npx projen compat",
"publish:npm": "npx projen publish:npm",
"publish:pypi": "npx projen publish:pypi",
"docgen": "npx projen docgen",
"release": "npx projen release",
"upgrade": "npx projen upgrade",
"upgrade-projen": "npx projen upgrade-projen",
"projen": "npx projen"
},
"author": {
"name": "APrzysiuda",
"email": "180517@umons.ac.be",
"organization": false
},
"devDependencies": {
"@aws-cdk/assert": "^1.125.0",
"@types/jest": "^27.0.2",
"@types/node": "^14.15.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.24.2",
"jest": "^27.2.4",
"jest-junit": "^12",
"jsii": "^1.36.0",
"jsii-diff": "^1.36.0",
"jsii-docgen": "^3.6.3",
"jsii-pacmak": "^1.36.0",
"json-schema": "^0.3.0",
"npm-check-updates": "^11",
"projen": "^0.29.8",
"standard-version": "^9",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
},
"peerDependencies": {
"@aws-cdk/aws-ec2": "^1.125.0",
"@aws-cdk/aws-lambda": "^1.125.0",
"@aws-cdk/aws-s3": "^1.125.0",
"@aws-cdk/aws-secretsmanager": "^1.125.0",
"@aws-cdk/core": "^1.125.0",
"constructs": "^3.2.27"
},
"dependencies": {
"@aws-cdk/aws-ec2": "^1.125.0",
"@aws-cdk/aws-lambda": "^1.125.0",
"@aws-cdk/aws-s3": "^1.125.0",
"@aws-cdk/aws-secretsmanager": "^1.125.0",
"@aws-cdk/core": "^1.125.0"
},
"bundledDependencies": [],
"keywords": [
"DB",
"cdk",
"flyway"
],
"engines": {
"node": ">= 14.15.0"
},
"main": "lib/index.js",
"license": "Apache-2.0",
"version": "0.2.45",
"jest": {
"testMatch": [
"**/__tests__/**/*.ts?(x)",
"**/?(*.)+(spec|test).ts?(x)"
],
"clearMocks": true,
"collectCoverage": true,
"coverageReporters": [
"json",
"lcov",
"clover",
"text"
],
"coverageDirectory": "coverage",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testPathIgnorePatterns": [
"/node_modules/"
],
"watchPathIgnorePatterns": [
"/node_modules/"
],
"reporters": [
"default",
[
"jest-junit",
{
"outputDirectory": "test-reports"
}
]
],
"preset": "ts-jest",
"globals": {
"ts-jest": {
"tsconfig": "tsconfig.jest.json"
}
}
},
"types": "lib/index.d.ts",
"stability": "stable",
"jsii": {
"outdir": "dist",
"targets": {
"python": {
"distName": "flywaymigrationconstruct",
"module": "flywaymigrationconstruct"
}
},
"tsc": {
"outDir": "lib",
"rootDir": "src"
}
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}