UNPKG

cdk-glue-job-builder

Version:

A construct library that builds Glue Job Script as if it were Glue Studio.

156 lines (155 loc) 4.86 kB
{ "name": "cdk-glue-job-builder", "description": "A construct library that builds Glue Job Script as if it were Glue Studio.", "repository": { "type": "git", "url": "https://github.com/WinterYukky/cdk-glue-job-builder.git" }, "scripts": { "build": "npx projen build", "bump": "npx projen bump", "clobber": "npx projen clobber", "compat": "npx projen compat", "compile": "npx projen compile", "default": "npx projen default", "docgen": "npx projen docgen", "eject": "npx projen eject", "eslint": "npx projen eslint", "integ:drop-fields:assert": "npx projen integ:drop-fields:assert", "integ:drop-fields:deploy": "npx projen integ:drop-fields:deploy", "integ:drop-fields:destroy": "npx projen integ:drop-fields:destroy", "integ:drop-fields:snapshot": "npx projen integ:drop-fields:snapshot", "integ:drop-fields:watch": "npx projen integ:drop-fields:watch", "integ:drop-null-fields:assert": "npx projen integ:drop-null-fields:assert", "integ:drop-null-fields:deploy": "npx projen integ:drop-null-fields:deploy", "integ:drop-null-fields:destroy": "npx projen integ:drop-null-fields:destroy", "integ:drop-null-fields:snapshot": "npx projen integ:drop-null-fields:snapshot", "integ:drop-null-fields:watch": "npx projen integ:drop-null-fields:watch", "integ:select-fields:assert": "npx projen integ:select-fields:assert", "integ:select-fields:deploy": "npx projen integ:select-fields:deploy", "integ:select-fields:destroy": "npx projen integ:select-fields:destroy", "integ:select-fields:snapshot": "npx projen integ:select-fields:snapshot", "integ:select-fields:watch": "npx projen integ:select-fields:watch", "integ:snapshot-all": "npx projen integ:snapshot-all", "package": "npx projen package", "package-all": "npx projen package-all", "package:js": "npx projen package:js", "post-compile": "npx projen post-compile", "post-upgrade": "npx projen post-upgrade", "pre-compile": "npx projen pre-compile", "release": "npx projen release", "test": "npx projen test", "test:watch": "npx projen test:watch", "unbump": "npx projen unbump", "upgrade": "npx projen upgrade", "watch": "npx projen watch", "projen": "npx projen" }, "author": { "name": "WinterYukky", "email": "49480575+WinterYukky@users.noreply.github.com", "organization": false }, "devDependencies": { "@aws-cdk/aws-glue-alpha": "2.33.0-alpha.0", "@types/aws-lambda": "^8.10.109", "@types/jest": "^27", "@types/node": "^14", "@typescript-eslint/eslint-plugin": "^5", "@typescript-eslint/parser": "^5", "aws-cdk": "^2", "aws-cdk-lib": "2.33.0", "aws-sdk": "^2.1261.0", "constructs": "10.0.5", "esbuild": "^0.15.15", "eslint": "^8", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-node": "^0.3.6", "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^27", "jest-junit": "^13", "jsii": "^1.71.0", "jsii-diff": "^1.71.0", "jsii-docgen": "^7.0.159", "jsii-pacmak": "^1.71.0", "json-schema": "^0.4.0", "npm-check-updates": "^16", "prettier": "^2.8.0", "projen": "^0.65.34", "standard-version": "^9", "ts-jest": "^27", "ts-node": "^10.9.1", "typescript": "^4.9.3" }, "peerDependencies": { "@aws-cdk/aws-glue-alpha": "2.33.0-alpha.0", "aws-cdk-lib": "^2.33.0", "constructs": "^10.0.5" }, "dependencies": { "@aws-cdk/aws-glue-alpha": "2.33.0-alpha.0" }, "keywords": [ "Glue", "cdk" ], "main": "lib/index.js", "license": "Apache-2.0", "version": "0.0.23", "jest": { "testMatch": [ "<rootDir>/src/**/__tests__/**/*.ts?(x)", "<rootDir>/(test|src)/**/*(*.)@(spec|test).ts?(x)" ], "clearMocks": true, "collectCoverage": true, "coverageReporters": [ "json", "lcov", "clover", "cobertura", "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.dev.json" } } }, "types": "lib/index.d.ts", "stability": "stable", "jsii": { "outdir": "dist", "targets": {}, "tsc": { "outDir": "lib", "rootDir": "src" } }, "resolutions": { "@types/prettier": "2.6.0" }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." }